summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #20163 from nextcloud/backport/19782/stable18Morris Jobke2020-04-141-9/+18
|\ | | | | [stable18] Use global used space in quota wrappen when external storage is included
| * Use global used space in quota wrappen when external storage is includedRobin Appelman2020-03-251-9/+18
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #20334 from nextcloud/backport/20284/stable18Roeland Jago Douma2020-04-142-2/+8
|\ \ | | | | | | [stable18] Properly catch NoUserException during upload cleanup
| * | Properly hint exceptions thrown by getUserFolderJulius Härtl2020-04-062-2/+8
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2020-04-142-0/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-04-132-6/+6
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-04-118-4/+22
| | |
* | | Merge pull request #20366 from nextcloud/backport/20360/stable18Roeland Jago Douma2020-04-101-1/+1
|\ \ \ | | | | | | | | [stable18] Try to use the display name of file transfers
| * | | Try to use the display name of file transfersJoas Schilling2020-04-081-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2020-04-102-0/+4
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2020-04-092-0/+4
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2020-04-082-0/+4
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-04-072-0/+4
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-04-064-0/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2020-04-056-0/+12
| |
* | Merge pull request #20296 from nextcloud/backport/20293/stable18Roeland Jago Douma2020-04-041-2/+4
|\ \ | | | | | | [stable18] fixes the return type of BeforeUserLoggedInEvent
| * | fixes the return type of BeforeUserLoggedInEventArthur Schiwon2020-04-031-2/+4
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2020-04-046-0/+12
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-04-03110-362/+372
| |
* | Dont always use the current users quota when calculating storage infoRobin Appelman2020-04-012-17/+11
| | | | | | | | | | | | | | | | | | | | instead pass the quota as parameter. Without this fix, when 'quota_include_external_storage' is enabled, the webui will show the quota configured for the admin for every user instead of the users quota Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #20202 from nextcloud/backport/19978/stable18Roeland Jago Douma2020-04-011-0/+5
|\ \ | | | | | | [stable18] Actually check if the owner is not null
| * | Actually check if the owner is not nullRoeland Jago Douma2020-03-271-0/+5
| | | | | | | | | | | | | | | | | | | | | Else this can error out on storages that do not have an owner (e.g. groupfolders). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2020-03-304-8/+8
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-03-292-2/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-03-282-0/+4
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-03-272-0/+6
| |
* | Check the user on remote wipeJoas Schilling2020-03-251-7/+3
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2020-03-252-0/+4
|
* Remove admin_notifications since it is obsolete since Nextcloud 14Julius Härtl2020-03-241-1/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2020-03-242-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-03-206-4/+14
|
* [tx-robot] updated from transifexNextcloud bot2020-03-192-0/+2
|
* Update the target when it isempty after sharingRoeland Jago Douma2020-03-181-0/+5
| | | | | | | Hooks that listen to it (audit log) benefit from having the target properly set. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #19966 from nextcloud/backport/19954/stable18Roeland Jago Douma2020-03-171-1/+1
|\ | | | | [stable18] fix safari useragent for versions with 3 digits
| * fix safari useragent for versions with 3 digitsPavel Krasikov2020-03-151-1/+1
| | | | | | | | Signed-off-by: Pavel Krasikov <klonishe@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2020-03-174-2/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2020-03-162-2/+2
|/
* [tx-robot] updated from transifexNextcloud bot2020-03-152-0/+20
|
* Do not use the instance name as user part of from mail addressesJulius Härtl2020-03-131-1/+1
| | | | | | | This will cause issues since the theming name can contain characters that are not allowed in the local part of the mail address (like spaces) Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Get correct mimetype on objectstoresRoeland Jago Douma2020-03-121-6/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2020-03-054-4/+6
|
* [tx-robot] updated from transifexNextcloud bot2020-03-042-2/+24
|
* Add message for DoesNotExistExceptionDaniel Kesselberg2020-03-021-2/+2
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* [tx-robot] updated from transifexNextcloud bot2020-03-022-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-02-282-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-02-252-0/+2
|
* Fix requested changesTimObert2020-02-231-10/+5
| | | | Signed-off-by: Tim Obert <tobert@w-commerce.de>
* Change the route generation of AuthPublicShareController.php and adjust the ↵Tim Obert2020-02-231-3/+13
| | | | | | routes for file sharing Signed-off-by: Tim Obert <tobert@w-commerce.de>
* Strip of users home path from share api messageJoas Schilling2020-02-221-2/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow to overwrite the path on the cache eventJoas Schilling2020-02-172-0/+14
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>