Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-21 | 30 | -44/+84 |
| | |||||
* | Merge pull request #22309 from nextcloud/backport/22221/stable19-2 | Morris Jobke | 2020-08-20 | 1 | -1/+1 |
|\ | | | | | [stable19] fixing a logged deprecation message | ||||
| * | simplified backport of #22221, fixing a deprecation log message | Arthur Schiwon | 2020-08-19 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-20 | 4 | -2/+4 |
|/ | |||||
* | Merge pull request #21983 from nextcloud/backport/21628/stable19 | Morris Jobke | 2020-08-19 | 1 | -4/+16 |
|\ | | | | | [stable19] fix moving files from external storage to object store trashbin | ||||
| * | fix object store trashbin handling | Robin Appelman | 2020-07-31 | 1 | -3/+10 |
| | | | | | | | | | | | | object stores are "special" given how they interact with the cache on their own Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | rollback cache rename if trashbin move fails | Robin Appelman | 2020-07-23 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | fix moving files from external storage to object store trashbin | Robin Appelman | 2020-07-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | having the "cache rename" after the "storage move" caused the target to get the fileid from the source file, without taking care that the object is stored under the original file id. By doing the "cache rename" first, we trigger the "update existing file" logic while moving the file to the object store and the object gets stored for the correct file id Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #22239 from nextcloud/backport/22128/stable19 | Joas Schilling | 2020-08-19 | 2 | -10/+19 |
|\ \ | | | | | | | [stable19] Delete chunks if the move on an upload failed | ||||
| * | | Return proper status when file didn't exist before | Julius Härtl | 2020-08-13 | 2 | -2/+3 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | Adjust chunking test for non-existing target node | Julius Härtl | 2020-08-13 | 1 | -3/+7 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | Delete chunks if the move on an upload failed | Julius Härtl | 2020-08-13 | 1 | -6/+10 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-19 | 20 | -2/+30 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-18 | 24 | -50/+74 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-17 | 6 | -6/+10 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-16 | 14 | -0/+14 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-15 | 146 | -1252/+1268 |
| | | | |||||
* | | | Merge pull request #21975 from nextcloud/backport/21658/stable19 | Roeland Jago Douma | 2020-08-14 | 5 | -0/+159 |
|\ \ \ | | | | | | | | | [stable19] allow admin to configure the max trashbin size | ||||
| * | | | allow admin to configure the max trashbin size | Robin Appelman | 2020-07-23 | 5 | -0/+159 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this allows an admin to configure the max trashbin size instead of always relying on the users quota. The trashbin size can be configured using the `occ trash:size` command and can be set both globally and per-user Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-14 | 258 | -684/+900 |
| |/ / |/| | | |||||
* | | | Add app config option to disable "Email was changed by admin" activity | Morris Jobke | 2020-08-13 | 1 | -0/+3 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #22131 from nextcloud/backport/22062/stable19-take2 | Roeland Jago Douma | 2020-08-13 | 3 | -63/+63 |
|\ \ \ | | | | | | | | | [stable19] fix display of remote users in incoming share notifications | ||||
| * | | | Short php syntax | Joas Schilling | 2020-08-06 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | Fix missing placeholders in translations | Joas Schilling | 2020-08-06 | 1 | -7/+11 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | effectively revert 17fae47bdba84ed520fee2cbf1a9485cc14fbbcb fixing i10n | Arthur Schiwon | 2020-08-06 | 1 | -13/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | | coding style fixes | Arthur Schiwon | 2020-08-06 | 2 | -37/+38 |
| | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | | fix check for Cloud ID, missing return statements, wrong param use | Arthur Schiwon | 2020-08-06 | 1 | -9/+13 |
| | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | | Merge pull request #22181 from nextcloud/backport/21775/stable19 | Roeland Jago Douma | 2020-08-13 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | [stable19] Do not exit if available space cannot be determined on file transfer | ||||
| * | | | | Use constant instead of magic number | Morris Jobke | 2020-08-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | | | Do not exit if available space cannot be determined on file transfer | Julius Härtl | 2020-08-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-13 | 12 | -26/+30 |
| | | | | | |||||
* | | | | | Merge pull request #22203 from nextcloud/backport/21559/stable19 | blizzz | 2020-08-12 | 4 | -2/+77 |
|\ \ \ \ \ | | | | | | | | | | | | | [stable19] shortcut in reading nested group members when IN_CHAIN is available | ||||
| * | | | | | adapt tests for nc19 | Arthur Schiwon | 2020-08-12 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | | | | do not flip available state to unavailable, allow empty results | Arthur Schiwon | 2020-08-12 | 3 | -13/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - the detection relies that the first, requested result is not empty - it might be empty though – groups without members - protect switching from available to unavailable - switching the other way around was also not envisaged either Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | | | | LDAP: shortcut in reading nested group members when IN_CHAIN is available | Arthur Schiwon | 2020-08-11 | 3 | -0/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | | | | remove logging message carrying no valuable information | Arthur Schiwon | 2020-08-12 | 1 | -8/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the exception caught is not an error, but due to valid configuration and code flow is expecting this. For an admin it is confusing, and it carries no information worth for debugging. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | | | | SSE enhancement | Roeland Jago Douma | 2020-08-12 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not blind concatenate ints. Lets add a _ between them. So that we can distrinquis them properly Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-12 | 12 | -6/+18 |
|/ / / / / | |||||
* | | | | | Merge pull request #22183 from nextcloud/backport/21173/stable19 | Roeland Jago Douma | 2020-08-11 | 1 | -3/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | [stable19] Fix empty 'more' apps navigation after installing an app | ||||
| * | | | | | Fix empty 'more' apps navigation after installing an app | Jan-Christoph Borchardt | 2020-08-11 | 1 | -3/+3 |
| |/ / / / | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | | | | Merge pull request #22171 from nextcloud/backport/21728/stable19 | Roeland Jago Douma | 2020-08-11 | 1 | -0/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | [stable19] Reuse cache for directory mtime/size if filesystem changes can be ignored | ||||
| * | | | | | Reuse cache for directory mtime/size if filesystem changes can be ignored | Julius Härtl | 2020-08-10 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | | | Remove unexpected argument | Daniel Kesselberg | 2020-08-11 | 2 | -2/+2 |
| |/ / / / |/| | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-11 | 6 | -2/+72 |
|/ / / / | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-09 | 10 | -20/+26 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-07 | 12 | -4/+104 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-06 | 198 | -46/+204 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-05 | 244 | -250/+548 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-04 | 150 | -4/+202 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-01 | 132 | -1342/+1346 |
| | | |