summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* [tx-robot] updated from transifexNextcloud bot2019-11-142-8/+8
|
* Fix reshare with circleThibault Coupin2019-11-121-0/+1
| | | | Signed-off-by: Thibault Coupin <thibault.coupin@gmail.com>
* Merge pull request #17851 from nextcloud/backport/17830/stable17Roeland Jago Douma2019-11-121-2/+7
|\ | | | | [stable17] actually return the quote when getting global storage info
| * actually return the quote when getting global storage infoRobin Appelman2019-11-071-2/+7
| | | | | | | | | | | | prevents 'undefined' index errors when 'include external storage in quota' is enabled Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-11-122-12/+12
| |
* | [tx-robot] updated from transifexNextcloud bot2019-11-082-2/+4
|/
* 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
|
* Do not show 'Get your own free account' on services under subscriptionRoeland Jago Douma2019-10-301-1/+9
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 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>
* Make sure limit is never negativeRoeland Jago Douma2019-10-281-0/+10
| | | | | | | | | There were some cases where a negative limit could be passed in. Which would happily make the query explode. This is just a quick hack to make sure it never is negative. 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
|
* 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>
* [tx-robot] updated from transifexNextcloud bot2019-10-142-6/+18
|
* [tx-robot] updated from transifexNextcloud bot2019-10-122-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-10-062-2/+2
|
* 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
|
* Merge pull request #17277 from nextcloud/backport/17264/stable17Roeland Jago Douma2019-09-272-1/+37
|\ | | | | [stable17] handle moveFromStorage within the same storage even when storage wrap…
| * 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>
* | Merge pull request #17281 from nextcloud/backport/17262/stable17Roeland Jago Douma2019-09-271-3/+11
|\ \ | | | | | | [stable17] 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>
* / Fix user with id 0 to be able to commentJoas Schilling2019-09-262-5/+5
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2019-09-254-22/+34
|
* [tx-robot] updated from transifexNextcloud bot2019-09-242-22/+22
|
* catch exceptions that occur during loggingRobin Appelman2019-09-191-24/+31
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix l10n in federated file sharingChristoph Wurst2019-09-191-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #17204 from nextcloud/backport/17201/stable17Roeland Jago Douma2019-09-191-1/+1
|\ | | | | [stable17] Use the actual password to update the tokens
| * Use the actual password to update the tokensRoeland Jago Douma2019-09-181-1/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [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-2470/+516
|
* Merge pull request #17072 from nextcloud/backport/16836/stable17blizzz2019-09-102-109/+102
|\ | | | | [stable17] Fix SMB availability status + higher delay on auth issues
| * 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>
* | set default CSP on NotFoundResponseRoeland Jago Douma2019-09-101-0/+1
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Return the proper jailed path when requesting the root pathJulius Härtl2019-09-041-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #16972 from nextcloud/enh/default_client_timeoutRoeland Jago Douma2019-09-041-0/+1
|\ | | | | Set a default request timeout
| * Set a default request timeoutRoeland Jago Douma2019-09-021-0/+1
| | | | | | | | | | | | | | | | This to avoid endless running processes. A default timeout of 30 seconds should cover the 99% case. If a job need specific longer time it should set that. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #16928 from nextcloud/fix/icontrolelrmethodreflectorRoeland Jago Douma2019-09-031-0/+1
|\ \ | | | | | | Remove reflect method form public interface
| * | Remove reflect method form public interfaceRoeland Jago Douma2019-08-301-0/+1
| |/ | | | | | | | | | | | | | | The reflect method is (and should) only every be called internally. Since if you call it again it would otherwise start mixing and matching arguments etc. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #16964 from phpbg/masterRoeland Jago Douma2019-09-031-5/+3
|\ \ | | | | | | Fix sanity checks #16963
| * | Fix sanity checks #16963Samuel CHEMLA2019-09-011-5/+3
| |/ | | | | | | Signed-off-by: Samuel CHEMLA <chemla.samuel@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2019-09-032-4/+40
| |