summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* switch to Files Node API for zip generationArthur Schiwon2019-11-071-4/+15
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2019-11-072-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-11-052-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2019-11-044-20/+20
|
* [tx-robot] updated from transifexNextcloud bot2019-11-032-4/+4
|
* Fix DAV mimetype searchRoeland Jago Douma2019-10-291-4/+7
| | | | | | | | | Fixes #15048 Catches the case where a full mimetype is sumbitted in the where like clause. Before we didn't catch this and it was just forwarded as is causing invalid queries. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Cleanup theming messRoeland Jago Douma2019-10-261-2/+4
| | | | | | | | | | * Do not do translations in the constructor. This gets called to early so there is no user yet. Which means we can't obtain the locale. Which means we store the wrong translation instance. * Same for the theming app magic. Just use the parent call when needed. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Don't pass in the locale as the languageRoeland Jago Douma2019-10-261-2/+1
| | | | | | This messes with the translation of the date names etc. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-10-232-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-10-212-0/+6
|
* Merge pull request #17580 from nextcloud/backport/17543/stable16Roeland Jago Douma2019-10-191-2/+6
|\ | | | | [stable16] Let SCSS cleanup only run once
| * Make sure the cache is only reset once at a timeJulius Härtl2019-10-171-1/+5
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Use a distributed cache for the isCachedCacheJulius Härtl2019-10-171-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #17511 from nextcloud/backport/16721/stable16blizzz2019-10-171-9/+10
|\ \ | |/ |/| [stable16] Correctly handle emtpy string in proxyuserpwd config
| * remove odd code, align to masterArthur Schiwon2019-10-111-6/+3
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * Correctly handle emtpy string in proxyuserpwd configScott Shambarger2019-10-111-4/+8
| | | | | | | | | | | | | | | | | | | | As documented, the default value for config value proxyuserpwd is ''. However, that value results in the error: "cURL error 5: Unsupported proxy syntax in '@'". This patch handles the values of '' and null (the default in the code) the same for config values proxyuserpwd and proxy. Signed-off-by: Scott Shambarger <devel@shambarger.net>
* | [tx-robot] updated from transifexNextcloud bot2019-10-142-6/+18
| |
* | [tx-robot] updated from transifexNextcloud bot2019-10-122-2/+2
|/
* Merge pull request #17012 from nextcloud/backport/16999/stable16Joas Schilling2019-10-101-1/+1
|\ | | | | [stable16] Return the proper jailed path when requesting the root path
| * Return the proper jailed path when requesting the root pathJulius Härtl2019-09-051-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2019-10-062-2/+2
| |
* | Merge pull request #16814 from nextcloud/backport/16572/stable16Roeland Jago Douma2019-10-051-1/+22
|\ \ | | | | | | [stable16] instead of upsert query, fallback to default on PSQL <= 9.4
| * | instead of upsert, fallback to default query on PgSQL <= 9.4Arthur Schiwon2019-08-201-1/+22
| | | | | | | | | | | | | | | | | | because there is no upsert yet Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #17282 from nextcloud/backport/17262/stable16Roeland Jago Douma2019-10-041-3/+11
|\ \ \ | | | | | | | | [stable16] dont delete cache entries if deleting an object from object store failed
| * | | dont delete cache entries if deleting an object from object store failedRobin Appelman2019-09-261-3/+11
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | reduce adressbook change events and handlingArthur Schiwon2019-10-011-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | ... from four to one on avatar updates Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | [tx-robot] updated from transifexNextcloud bot2019-09-282-2/+2
| | | |
* | | | handle moveFromStorage within the same storage even when storage wrappers ↵Robin Appelman2019-09-262-1/+37
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | are applied to the source storage the target storage doesn't need additional handling for wrappers as the wrappers implementation of moveFromStorage already deals with that Any storage based on local storage isn't affected by this as local storage already has it's own way of handling with this Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2019-09-254-22/+34
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-09-242-22/+22
| | |
* | | Fix l10n in federated file sharingChristoph Wurst2019-09-191-1/+1
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2019-09-192-0/+2
| | |
* | | Add uid to delete temp token queryDaniel Kesselberg2019-09-181-1/+2
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | [tx-robot] updated from transifexNextcloud bot2019-09-17138-2448/+494
| | |
* | | set a storage availability delay on auth issues to avoid lock outArthur Schiwon2019-09-092-109/+102
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2019-09-086-16/+16
| | |
* | | Merge pull request #16818 from nextcloud/backport/16811/stable16Roeland Jago Douma2019-09-071-1/+2
|\ \ \ | | | | | | | | [stable16] Correctly remove apps without any releases
| * | | Correctly remove apps without any releasesJoas Schilling2019-08-201-1/+2
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | / [tx-robot] updated from transifexNextcloud bot2019-09-062-10/+10
| |/ |/|
* | Merge pull request #16753 from kyrofa/backport_16/15416/update_autodisabled_appsRoeland Jago Douma2019-09-044-7/+29
|\ \ | | | | | | [stable16] Fix tracking of auto disabled apps in Updater
| * | Fix tracking of auto disabled apps in UpdaterGeorg Ehrke2019-08-154-7/+29
| | | | | | | | | | | | | | | | | | This is a backport of #16507 (fixing #15416) for stable16. Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-09-032-4/+40
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-08-302-2/+2
| | |
* | | Merge pull request #16837 from nextcloud/backport/16820/16Roeland Jago Douma2019-08-285-3/+77
|\ \ \ | | | | | | | | [stable16] Change access handling of projects
| * | | Add a repair step to clear the projects access cacheJoas Schilling2019-08-225-0/+71
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Change the logic so projects are only shown when you can access all resourcesJoas Schilling2019-08-221-3/+6
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2019-08-282-112/+490
| | | |
* | | | Merge pull request #16826 from nextcloud/backport/16808/stable16Roeland Jago Douma2019-08-221-1/+1
|\ \ \ \ | |/ / / |/| | | [stable16] Undefined variable response when server is no nextcloud anymore
| * | | Undefined variable response when server is no nextcloud anymoreJoas Schilling2019-08-211-1/+1
| | |/ | |/| | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / | [tx-robot] updated from transifexNextcloud bot2019-08-222-2/+2
|/ /