Commit graph

129 commits

Author SHA1 Message Date
Nextcloud bot
df35e4eddd
[tx-robot] updated from transifex 2021-07-13 02:26:57 +00:00
Nextcloud bot
7f5bb741bb
[tx-robot] updated from transifex 2021-06-19 02:46:40 +00:00
Roeland Jago Douma
8abe437755 Properly log expiration date removal in audit log
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-06-01 13:26:49 +02:00
Nextcloud bot
2ded52519b
[tx-robot] updated from transifex 2021-05-27 02:28:14 +00:00
Nextcloud bot
3a9c6eef44
[tx-robot] updated from transifex 2021-05-21 02:28:17 +00:00
Nextcloud bot
2f8c2c335a
[tx-robot] updated from transifex 2021-05-20 02:28:18 +00:00
Nextcloud bot
a335ff969d
[tx-robot] updated from transifex 2021-04-23 02:26:35 +00:00
Nextcloud bot
bb6dc44afb
[tx-robot] updated from transifex 2021-04-13 02:25:18 +00:00
Nextcloud bot
7eb7a91b06
[tx-robot] updated from transifex 2021-04-02 02:26:26 +00:00
Nextcloud bot
53aa26b6c6
[tx-robot] updated from transifex 2021-03-27 02:24:47 +00:00
Nextcloud bot
f6cbda9e60
[tx-robot] updated from transifex 2021-03-25 02:25:57 +00:00
Nextcloud bot
ccd6063eea
[tx-robot] updated from transifex 2021-02-28 02:20:12 +00:00
Nextcloud bot
9b978a714d
[tx-robot] updated from transifex 2021-02-12 02:20:35 +00:00
Nextcloud bot
799ba83095
[tx-robot] updated from transifex 2021-02-11 02:20:54 +00:00
Nextcloud bot
0c4de17482
[tx-robot] updated from transifex 2021-02-10 02:21:17 +00:00
Nextcloud bot
a6ebb5be79
[tx-robot] updated from transifex 2021-02-06 02:21:08 +00:00
Nextcloud bot
6552f03d1f
[tx-robot] updated from transifex 2021-02-05 02:21:51 +00:00
Nextcloud bot
b527ffc4c9
[tx-robot] updated from transifex 2021-01-27 02:20:58 +00:00
Nextcloud bot
16509c61a0
[tx-robot] updated from transifex 2021-01-25 02:20:41 +00:00
Nextcloud bot
f94215a58e
[tx-robot] updated from transifex 2021-01-19 02:20:55 +00:00
Nextcloud bot
63a8349e1b
[tx-robot] updated from transifex 2021-01-18 02:19:40 +00:00
Nextcloud bot
631f28eb74
[tx-robot] updated from transifex 2021-01-14 02:19:15 +00:00
Nextcloud bot
a156722ece
[tx-robot] updated from transifex 2021-01-11 02:20:05 +00:00
Nextcloud bot
df3ba2fde2
[tx-robot] updated from transifex 2021-01-09 02:21:47 +00:00
Nextcloud bot
421244e777
[tx-robot] updated from transifex 2020-12-26 02:19:59 +00:00
Nextcloud bot
bfb8c07724
[tx-robot] updated from transifex 2020-12-20 02:19:39 +00:00
Nextcloud bot
257e3dd50b
[tx-robot] updated from transifex 2020-12-16 02:20:51 +00:00
Nextcloud bot
2304f1ef10
[tx-robot] updated from transifex 2020-12-15 02:22:22 +00:00
Nextcloud bot
4a51875a73
[tx-robot] updated from transifex 2020-12-10 02:20:27 +00:00
Nextcloud bot
c007cd01e9
[tx-robot] updated from transifex 2020-12-08 02:20:33 +00:00
Nextcloud bot
c1e993333e
[tx-robot] updated from transifex 2020-11-30 02:19:54 +00:00
Nextcloud bot
921f9441d3
[tx-robot] updated from transifex 2020-11-26 02:18:57 +00:00
Nextcloud bot
aaa9c0ba6c
[tx-robot] updated from transifex 2020-11-23 02:18:57 +00:00
Joas Schilling
8ff0523c3d
Make sure columns with an empty default are nullable for Oracle
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-12 12:57:51 +01:00
Nextcloud bot
0624ca3527
[tx-robot] updated from transifex 2020-11-09 02:19:02 +00:00
Nextcloud bot
b1159294a8
[tx-robot] updated from transifex 2020-10-31 02:18:57 +00:00
Nextcloud bot
dac9c01eb5
[tx-robot] updated from transifex 2020-10-30 02:19:19 +00:00
Nextcloud bot
6f31880a63
[tx-robot] updated from transifex 2020-10-29 02:19:27 +00:00
Nextcloud bot
3674d341ea
[tx-robot] updated from transifex 2020-10-24 02:18:55 +00:00
Nextcloud bot
f7798def38
[tx-robot] updated from transifex 2020-10-22 02:19:16 +00:00
Nextcloud bot
1b8d9e9c13
[tx-robot] updated from transifex 2020-10-14 02:18:55 +00:00
Morris Jobke
bf58dcb247 Add transifex config for all new apps
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-09-18 18:42:09 +00:00
Daniel Kesselberg
096fe20611
Help static code analysis to understand code.
It adds proper type hints to private namespace to allow private namespace methods.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-09-16 16:37:17 +02:00
Christoph Wurst
2a054e6c04
Update the license headers for Nextcloud 20
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-08-24 14:54:25 +02:00
Morris Jobke
234b510652
Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-12 13:55:19 +02:00
Morris Jobke
7870ca0663
Use the proper IAppContainer and IServerContainer type hints to know which code runs with which container
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-21 20:44:05 +02:00
Christoph Wurst
91e7f12088
Adjust apps' code to use the ContainerInterface
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-07-21 20:43:18 +02:00
Christoph Wurst
9993a3b839
Use \OCP\IContainer::injectFn to boot the admin_audit app
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-07-03 14:37:53 +02:00
Joas Schilling
89ed2c37bf
Update share type constant usage
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-24 16:49:16 +02:00
Christoph Wurst
16ab7986b4
Migrate Admin Audit app to new bootstrap mechanism
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-17 09:22:21 +02:00