Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switch to Files Node API for zip generation | Arthur Schiwon | 2019-11-07 | 1 | -4/+15 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-07 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-05 | 2 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-04 | 4 | -20/+20 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-03 | 2 | -4/+4 |
| | |||||
* | Fix DAV mimetype search | Roeland Jago Douma | 2019-10-29 | 1 | -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 mess | Roeland Jago Douma | 2019-10-26 | 1 | -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 language | Roeland Jago Douma | 2019-10-26 | 1 | -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 transifex | Nextcloud bot | 2019-10-23 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-21 | 2 | -0/+6 |
| | |||||
* | Merge pull request #17580 from nextcloud/backport/17543/stable16 | Roeland Jago Douma | 2019-10-19 | 1 | -2/+6 |
|\ | | | | | [stable16] Let SCSS cleanup only run once | ||||
| * | Make sure the cache is only reset once at a time | Julius Härtl | 2019-10-17 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Use a distributed cache for the isCachedCache | Julius Härtl | 2019-10-17 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #17511 from nextcloud/backport/16721/stable16 | blizzz | 2019-10-17 | 1 | -9/+10 |
|\ \ | |/ |/| | [stable16] Correctly handle emtpy string in proxyuserpwd config | ||||
| * | remove odd code, align to master | Arthur Schiwon | 2019-10-11 | 1 | -6/+3 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | Correctly handle emtpy string in proxyuserpwd config | Scott Shambarger | 2019-10-11 | 1 | -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 transifex | Nextcloud bot | 2019-10-14 | 2 | -6/+18 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-12 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #17012 from nextcloud/backport/16999/stable16 | Joas Schilling | 2019-10-10 | 1 | -1/+1 |
|\ | | | | | [stable16] Return the proper jailed path when requesting the root path | ||||
| * | Return the proper jailed path when requesting the root path | Julius Härtl | 2019-09-05 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-06 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #16814 from nextcloud/backport/16572/stable16 | Roeland Jago Douma | 2019-10-05 | 1 | -1/+22 |
|\ \ | | | | | | | [stable16] instead of upsert query, fallback to default on PSQL <= 9.4 | ||||
| * | | instead of upsert, fallback to default query on PgSQL <= 9.4 | Arthur Schiwon | 2019-08-20 | 1 | -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/stable16 | Roeland Jago Douma | 2019-10-04 | 1 | -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 failed | Robin Appelman | 2019-09-26 | 1 | -3/+11 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | reduce adressbook change events and handling | Arthur Schiwon | 2019-10-01 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | ... from four to one on avatar updates Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-09-28 | 2 | -2/+2 |
| | | | | |||||
* | | | | handle moveFromStorage within the same storage even when storage wrappers ↵ | Robin Appelman | 2019-09-26 | 2 | -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 transifex | Nextcloud bot | 2019-09-25 | 4 | -22/+34 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-09-24 | 2 | -22/+22 |
| | | | |||||
* | | | Fix l10n in federated file sharing | Christoph Wurst | 2019-09-19 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-09-19 | 2 | -0/+2 |
| | | | |||||
* | | | Add uid to delete temp token query | Daniel Kesselberg | 2019-09-18 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-09-17 | 138 | -2448/+494 |
| | | | |||||
* | | | set a storage availability delay on auth issues to avoid lock out | Arthur Schiwon | 2019-09-09 | 2 | -109/+102 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-09-08 | 6 | -16/+16 |
| | | | |||||
* | | | Merge pull request #16818 from nextcloud/backport/16811/stable16 | Roeland Jago Douma | 2019-09-07 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | [stable16] Correctly remove apps without any releases | ||||
| * | | | Correctly remove apps without any releases | Joas Schilling | 2019-08-20 | 1 | -1/+2 |
| |/ / | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | / | [tx-robot] updated from transifex | Nextcloud bot | 2019-09-06 | 2 | -10/+10 |
| |/ |/| | |||||
* | | Merge pull request #16753 from kyrofa/backport_16/15416/update_autodisabled_apps | Roeland Jago Douma | 2019-09-04 | 4 | -7/+29 |
|\ \ | | | | | | | [stable16] Fix tracking of auto disabled apps in Updater | ||||
| * | | Fix tracking of auto disabled apps in Updater | Georg Ehrke | 2019-08-15 | 4 | -7/+29 |
| | | | | | | | | | | | | | | | | | | This is a backport of #16507 (fixing #15416) for stable16. Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-09-03 | 2 | -4/+40 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-30 | 2 | -2/+2 |
| | | | |||||
* | | | Merge pull request #16837 from nextcloud/backport/16820/16 | Roeland Jago Douma | 2019-08-28 | 5 | -3/+77 |
|\ \ \ | | | | | | | | | [stable16] Change access handling of projects | ||||
| * | | | Add a repair step to clear the projects access cache | Joas Schilling | 2019-08-22 | 5 | -0/+71 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | Change the logic so projects are only shown when you can access all resources | Joas Schilling | 2019-08-22 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-28 | 2 | -112/+490 |
| | | | | |||||
* | | | | Merge pull request #16826 from nextcloud/backport/16808/stable16 | Roeland Jago Douma | 2019-08-22 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | [stable16] Undefined variable response when server is no nextcloud anymore | ||||
| * | | | Undefined variable response when server is no nextcloud anymore | Joas Schilling | 2019-08-21 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* / | | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-22 | 2 | -2/+2 |
|/ / |