Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-14 | 2 | -8/+8 | |
| | ||||||
* | Fix reshare with circle | Thibault Coupin | 2019-11-12 | 1 | -0/+1 | |
| | | | | Signed-off-by: Thibault Coupin <thibault.coupin@gmail.com> | |||||
* | Merge pull request #17851 from nextcloud/backport/17830/stable17 | Roeland Jago Douma | 2019-11-12 | 1 | -2/+7 | |
|\ | | | | | [stable17] actually return the quote when getting global storage info | |||||
| * | actually return the quote when getting global storage info | Robin Appelman | 2019-11-07 | 1 | -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 transifex | Nextcloud bot | 2019-11-12 | 2 | -12/+12 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-08 | 2 | -2/+4 | |
|/ | ||||||
* | 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 | |
| | ||||||
* | Do not show 'Get your own free account' on services under subscription | Roeland Jago Douma | 2019-10-30 | 1 | -1/+9 | |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | 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> | |||||
* | Make sure limit is never negative | Roeland Jago Douma | 2019-10-28 | 1 | -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 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 | |
| | ||||||
* | 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> | |||||
* | [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 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-06 | 2 | -2/+2 | |
| | ||||||
* | 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 | |
| | ||||||
* | Merge pull request #17277 from nextcloud/backport/17264/stable17 | Roeland Jago Douma | 2019-09-27 | 2 | -1/+37 | |
|\ | | | | | [stable17] handle moveFromStorage within the same storage even when storage wrap… | |||||
| * | 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> | |||||
* | | Merge pull request #17281 from nextcloud/backport/17262/stable17 | Roeland Jago Douma | 2019-09-27 | 1 | -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 failed | Robin Appelman | 2019-09-26 | 1 | -3/+11 | |
| |/ | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* / | Fix user with id 0 to be able to comment | Joas Schilling | 2019-09-26 | 2 | -5/+5 | |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | [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 | |
| | ||||||
* | catch exceptions that occur during logging | Robin Appelman | 2019-09-19 | 1 | -24/+31 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Fix l10n in federated file sharing | Christoph Wurst | 2019-09-19 | 1 | -1/+1 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Merge pull request #17204 from nextcloud/backport/17201/stable17 | Roeland Jago Douma | 2019-09-19 | 1 | -1/+1 | |
|\ | | | | | [stable17] Use the actual password to update the tokens | |||||
| * | Use the actual password to update the tokens | Roeland Jago Douma | 2019-09-18 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | | [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 | -2470/+516 | |
| | ||||||
* | Merge pull request #17072 from nextcloud/backport/16836/stable17 | blizzz | 2019-09-10 | 2 | -109/+102 | |
|\ | | | | | [stable17] Fix SMB availability status + higher delay on auth issues | |||||
| * | 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> | |||||
* | | set default CSP on NotFoundResponse | Roeland Jago Douma | 2019-09-10 | 1 | -0/+1 | |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Return the proper jailed path when requesting the root path | Julius Härtl | 2019-09-04 | 1 | -1/+1 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Merge pull request #16972 from nextcloud/enh/default_client_timeout | Roeland Jago Douma | 2019-09-04 | 1 | -0/+1 | |
|\ | | | | | Set a default request timeout | |||||
| * | Set a default request timeout | Roeland Jago Douma | 2019-09-02 | 1 | -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/icontrolelrmethodreflector | Roeland Jago Douma | 2019-09-03 | 1 | -0/+1 | |
|\ \ | | | | | | | Remove reflect method form public interface | |||||
| * | | Remove reflect method form public interface | Roeland Jago Douma | 2019-08-30 | 1 | -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/master | Roeland Jago Douma | 2019-09-03 | 1 | -5/+3 | |
|\ \ | | | | | | | Fix sanity checks #16963 | |||||
| * | | Fix sanity checks #16963 | Samuel CHEMLA | 2019-09-01 | 1 | -5/+3 | |
| |/ | | | | | | | Signed-off-by: Samuel CHEMLA <chemla.samuel@gmail.com> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-09-03 | 2 | -4/+40 | |
| | |