Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #22333 from nextcloud/backport/22236/stable19 | Roeland Jago Douma | 2020-08-21 | 5 | -6/+41 |
|\ | | | | | [stable19] CalDAV: Add ability to limit sharing to owner | ||||
| * | Add ability to limit sharing to owner | Georg Ehrke | 2020-08-20 | 5 | -6/+41 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-21 | 50 | -80/+172 |
|/ | |||||
* | Merge pull request #22227 from nextcloud/version/19.0.2/RC1v19.0.2RC1 | Morris Jobke | 2020-08-20 | 2 | -115/+96 |
|\ | | | | | 19.0.2 RC1 | ||||
| * | New bundle | Roeland Jago Douma | 2020-08-13 | 1 | -113/+94 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | 19.0.2 RC1 | Roeland Jago Douma | 2020-08-13 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | 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 | 6 | -2/+6 |
|/ / | |||||
* | | Merge pull request #21983 from nextcloud/backport/21628/stable19 | Morris Jobke | 2020-08-19 | 5 | -30/+54 |
|\ \ | | | | | | | [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> | ||||
| * | | dont update mimetype when moving to trash | Robin Appelman | 2020-07-31 | 1 | -1/+5 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | fix renameFromStorage messing with folder mimetype | Robin Appelman | 2020-07-23 | 1 | -7/+10 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | use exceptions for error signaling in writeStream | Robin Appelman | 2020-07-23 | 3 | -6/+19 |
| | | | | | | | | | | | | | | | | | | this remove the ambiguity when writing zero length files Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | rollback cache rename if trashbin move fails | Robin Appelman | 2020-07-23 | 2 | -7/+7 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | fix moving files from external storage to object store trashbin | Robin Appelman | 2020-07-23 | 2 | -11/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #22302 from nextcloud/backport/22299/stable19 | Morris Jobke | 2020-08-19 | 2 | -2/+10 |
|\ \ \ | | | | | | | | | [stable19] Show disabled user count in occ user:report | ||||
| * | | | Show disabled user count in occ user:report | Morris Jobke | 2020-08-19 | 2 | -2/+10 |
| | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | Merge pull request #22303 from nextcloud/bump/3rdparty | Roeland Jago Douma | 2020-08-19 | 1 | -0/+0 |
|\ \ \ \ | | | | | | | | | | | Bump 3rdparty to last stable19 commit | ||||
| * | | | | Bump 3rdparty to last stable19 commit | Joas Schilling | 2020-08-19 | 1 | -0/+0 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | 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> | ||||
* | | | | | Merge pull request #22300 from nextcloud/backport/22297/stable19 | Roeland Jago Douma | 2020-08-19 | 2 | -1/+7 |
|\ \ \ \ \ | |_|/ / / |/| | | | | [stable19] Allow to disable share emails | ||||
| * | | | | Allow to disable share emails | Joas Schilling | 2020-08-19 | 2 | -1/+7 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-19 | 26 | -2/+56 |
| | | | | |||||
* | | | | Merge pull request #22252 from nextcloud/update-3rdparty/stable19 | Roeland Jago Douma | 2020-08-18 | 1 | -0/+0 |
|\ \ \ \ | | | | | | | | | | | [3rdparty] Doctrine: Fix unquoted stmt fragments backslash escaping | ||||
| * | | | | [3rdparty] Doctrine: Fix unquoted stmt fragments backslash escaping | Morris Jobke | 2020-08-17 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed for https://github.com/nextcloud/server/pull/22118 - already in master because there doctrine/dbal:2.10.2 is used Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-18 | 30 | -54/+116 |
|/ / / / | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-17 | 12 | -22/+38 |
| | | | | |||||
* | | | | [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 #22247 from nextcloud/backport/22243/stable19 | Morris Jobke | 2020-08-14 | 1 | -4/+4 |
|\ \ \ \ | | | | | | | | | | | [stable19] Silence duplicate session warnings | ||||
| * | | | | Silence duplicate session warnings | Roeland Jago Douma | 2020-08-14 | 1 | -4/+4 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #20490 Basically restroring the old behavior. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | Merge pull request #21975 from nextcloud/backport/21658/stable19 | Roeland Jago Douma | 2020-08-14 | 6 | -1/+162 |
|\ \ \ \ | | | | | | | | | | | [stable19] allow admin to configure the max trashbin size | ||||
| * | | | | allow admin to configure the max trashbin size | Robin Appelman | 2020-07-23 | 6 | -1/+162 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 262 | -690/+906 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #22232 from nextcloud/backport/22217/stable19 | Morris Jobke | 2020-08-13 | 1 | -0/+3 |
|\ \ \ \ | | | | | | | | | | | [stable19] Add app config option to disable "Email was changed by admin" activity | ||||
| * | | | | 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 #22121 from nextcloud/backport/22008/stable19 | Roeland Jago Douma | 2020-08-13 | 2 | -3/+8 |
|\ \ \ \ | | | | | | | | | | | [stable19] Ensured large image is unloaded from memory when generating previews | ||||
| * | | | | Use class that actually has the destroy() method in preview generator | Morris Jobke | 2020-08-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | | | fix memory leak caused by not destroying image in Preview/Generate.php | Elijah Martin-Merrill | 2020-08-05 | 2 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Elijah Martin-Merrill <elijah@nyp-itsours.com> | ||||
* | | | | | 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 |