Nextcloud bot
ce3ef23d26
[tx-robot] updated from transifex
2021-04-30 02:28:21 +00:00
Roeland Jago Douma
4369d1cf1d
Merge pull request #26780 from nextcloud/backport/26765/stable19
...
[stable19] No longer add trusted servers on federated share creation
2021-04-29 08:19:44 +02:00
Roeland Jago Douma
6819208ad8
Bump composer
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-04-28 13:28:28 +02:00
Nextcloud bot
5eaa0973b7
[tx-robot] updated from transifex
2021-04-28 02:26:17 +00:00
Lukas Reschke
23d0c71877
Run cs:fix
...
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2021-04-27 16:21:00 +02:00
Roeland Jago Douma
771dfc8170
No longer add trusted servers on federated share creation
...
It was disabled by default for ages. And often resulted in unwanted
behavior. If admins want trusted servers they just have to do it
manually.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-04-27 15:54:16 +02:00
Nextcloud bot
d18aa63560
[tx-robot] updated from transifex
2021-04-27 02:26:05 +00:00
Nextcloud bot
09a5cb1495
[tx-robot] updated from transifex
2021-04-16 02:26:22 +00:00
Nextcloud bot
9bfbf3ff7c
[tx-robot] updated from transifex
2021-03-29 02:24:26 +00:00
Nextcloud bot
bc5e51af7e
[tx-robot] updated from transifex
2021-03-23 02:24:33 +00:00
Nextcloud bot
18ba1854db
[tx-robot] updated from transifex
2021-03-04 02:22:39 +00:00
Nextcloud bot
33cebe106a
[tx-robot] updated from transifex
2021-02-23 02:39:52 +00:00
Nextcloud bot
af54ab7af6
[tx-robot] updated from transifex
2021-01-29 02:21:35 +00:00
Nextcloud bot
3d794c39b9
[tx-robot] updated from transifex
2021-01-22 02:20:15 +00:00
Nextcloud bot
1d38b3a587
[tx-robot] updated from transifex
2020-12-20 02:19:49 +00:00
Nextcloud bot
1bd5d0b10e
[tx-robot] updated from transifex
2020-12-16 02:21:00 +00:00
Nextcloud bot
815fe50c8a
[tx-robot] updated from transifex
2020-10-31 02:19:06 +00:00
Nextcloud bot
238435f9b5
[tx-robot] updated from transifex
2020-10-27 02:18:54 +00:00
Nextcloud bot
cdbcd0ef12
[tx-robot] updated from transifex
2020-10-24 02:19:04 +00:00
Nextcloud bot
bafa390482
[tx-robot] updated from transifex
2020-10-08 02:18:54 +00:00
Nextcloud bot
0d4ea5fc63
[tx-robot] updated from transifex
2020-09-29 02:18:06 +00:00
Nextcloud bot
34793138c7
[tx-robot] updated from transifex
2020-09-18 02:17:08 +00:00
Nextcloud bot
871d9a614e
[tx-robot] updated from transifex
2020-09-15 10:48:39 +00:00
Nextcloud bot
91dfaed96c
[tx-robot] updated from transifex
2020-09-02 02:17:22 +00:00
Nextcloud bot
1277b89a0c
[tx-robot] updated from transifex
2020-08-25 02:17:52 +00:00
Nextcloud bot
fd9ebeefa2
[tx-robot] updated from transifex
2020-08-19 02:17:21 +00:00
Nextcloud bot
724b59476d
[tx-robot] updated from transifex
2020-08-07 02:16:51 +00:00
Nextcloud bot
891e0ccd6e
[tx-robot] updated from transifex
2020-07-31 02:17:32 +00:00
Nextcloud bot
73132b56d4
[tx-robot] updated from transifex
2020-07-29 02:17:02 +00:00
Nextcloud bot
a05efb5217
[tx-robot] updated from transifex
2020-07-24 02:17:02 +00:00
Nextcloud bot
882c0c1b26
[tx-robot] updated from transifex
2020-07-07 02:16:41 +00:00
Nextcloud bot
4e21bc608c
[tx-robot] updated from transifex
2020-07-04 02:16:25 +00:00
Nextcloud bot
b7bab49eb8
[tx-robot] updated from transifex
2020-06-30 02:16:20 +00:00
Nextcloud bot
b2a6b874c4
[tx-robot] updated from transifex
2020-06-28 02:16:19 +00:00
Nextcloud bot
207d3e4a7c
[tx-robot] updated from transifex
2020-06-27 02:16:52 +00:00
Nextcloud bot
dfe70692d7
[tx-robot] updated from transifex
2020-06-05 02:16:44 +00:00
Nextcloud bot
523a8ba5c3
[tx-robot] updated from transifex
2020-04-30 02:17:11 +00:00
Christoph Wurst
cb057829f7
Update license headers for 19
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-29 11:57:22 +02:00
Nextcloud bot
078ac97939
[tx-robot] updated from transifex
2020-04-16 02:17:30 +00:00
Nextcloud bot
bccd13ffae
[tx-robot] updated from transifex
2020-04-15 02:17:12 +00:00
Christoph Wurst
28f8eb5dba
Add visibility to all constants
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10 16:54:27 +02:00
Christoph Wurst
caff1023ea
Format control structures, classes, methods and function
...
To continue this formatting madness, here's a tiny patch that adds
unified formatting for control structures like if and loops as well as
classes, their methods and anonymous functions. This basically forces
the constructs to start on the same line. This is not exactly what PSR2
wants, but I think we can have a few exceptions with "our" style. The
starting of braces on the same line is pracrically standard for our
code.
This also removes and empty lines from method/function bodies at the
beginning and end.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10 14:19:56 +02:00
Christoph Wurst
14c996d982
Use elseif instead of else if
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-10 10:35:09 +02:00
Christoph Wurst
afbd9c4e6e
Unify function spacing to PSR2 recommendation
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09 13:54:22 +02:00
Christoph Wurst
41b5e5923a
Use exactly one empty line after the namespace declaration
...
For PSR2
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09 11:48:10 +02:00
Christoph Wurst
2fbad1ed72
Fix (array) indent style to always use one tab
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-09 10:16:08 +02:00
Christoph Wurst
150f39ed50
Update autoloaders for composer v1.10.1
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-03-19 09:48:49 +01:00
Nextcloud bot
99aa7adaef
[tx-robot] updated from transifex
2020-03-12 02:19:02 +00:00
Nextcloud bot
d3f2bda90c
[tx-robot] updated from transifex
2020-02-22 02:18:42 +00:00
Nextcloud bot
750181d283
[tx-robot] updated from transifex
2020-02-03 02:16:46 +00:00