summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* [tx-robot] updated from transifexNextcloud bot2019-02-162-0/+2
|
* Merge pull request #14196 from nextcloud/backport/14185/stable14Roeland Jago Douma2019-02-141-3/+32
|\ | | | | [stable14] Fix recent files
| * Filter out versions and trashbinRoeland Jago Douma2019-02-141-0/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Loop for the recent searchRoeland Jago Douma2019-02-141-3/+26
| | | | | | | | | | | | Else it might happen that less entries than requested are returned Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * We need to initialize the storage else the jailed path is always nullRoeland Jago Douma2019-02-141-0/+4
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #14086 from nextcloud/backport/14023/stable14Roeland Jago Douma2019-02-141-1/+1
|\ \ | |/ |/| [stable14] Fix: Check if `$this->params['user']` is an array
| * Fix: Check if `$this->params['user']` is an arrayWilliam Pain2019-02-071-1/+1
| | | | | | | | Signed-off-by: William Pain <pain.william@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2019-02-146-2/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2019-02-1318-52/+222
| |
* | Fix the thorrtler whitelist bitmaskRoeland Jago Douma2019-02-121-2/+4
| | | | | | | | | | | | Before we actually didn't check each bit of the bitmask. Now we do. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-02-122-20/+58
| |
* | [tx-robot] updated from transifexNextcloud bot2019-02-092-0/+18
| |
* | [tx-robot] updated from transifexNextcloud bot2019-02-084-6/+6
|/
* [tx-robot] updated from transifexNextcloud bot2019-02-0610-44/+282
|
* Fix typos and unused return valuesChristoph Wurst2019-01-301-9/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix typoBjoern Schiessle2019-01-301-2/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* log full exceptionBjoern Schiessle2019-01-301-1/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* handle mail send error gracefullyBjoern Schiessle2019-01-301-2/+13
| | | | | | | log the error in case a notification mail of a new share couldn't be send to the recipient and finish the share operation successfully Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Clean pending 2FA authentication on password resetRoeland Jago Douma2019-01-301-0/+9
| | | | | | | | | | | When a password is reste we should make sure that all users are properly logged in. Pending states should be cleared. For example a session where the 2FA code is not entered yet should be cleared. The token is now removed so the session will be killed the next time this is checked (within 5 minutes). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-01-264-8/+8
|
* Show proper default localeMorris Jobke2019-01-241-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #13741 from nextcloud/backport/13140/stable14Morris Jobke2019-01-234-17/+88
|\ | | | | [stable14] Cache tokens when using swift's v2 authentication
| * Bump autoloaderRoeland Jago Douma2019-01-222-0/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Cache tokens when using swift's v2 authenticationRobin Appelman2019-01-222-17/+86
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | cleanup shared lock if changing to exclusive lock failedRobin Appelman2019-01-221-1/+7
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2019-01-222-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-01-202-2/+2
|
* [stable15] Fix colorizeSvg with transformations that contain a comma (,)John Molakvoæ2019-01-171-1/+1
| | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2019-01-172-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-01-164-10/+10
|
* [tx-robot] updated from transifexNextcloud bot2019-01-152-20/+20
|
* Merge pull request #13035 from nextcloud/objectstore-write-exists-14Roeland Jago Douma2019-01-146-3/+47
|\ | | | | [14] upload new files in objectstore to a .part path first
| * upload new files in objectstore to a .part path firstRobin Appelman2018-12-121-3/+15
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * Add objectExists to objectstore interfaceRobin Appelman2018-12-125-0/+32
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-01-142-112/+112
| |
* | [tx-robot] updated from transifexNextcloud bot2019-01-122-4/+4
| |
* | Don't log parameters on user creation in case of error/exceptionJoas Schilling2019-01-101-0/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2019-01-102-2/+2
| |
* | HttpClient getHeader can return empty stringRoeland Jago Douma2019-01-081-1/+7
| | | | | | | | | | | | Fixes #11999 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-01-052-4/+4
| |
* | Throttle with correct metadataRoeland Jago Douma2019-01-041-1/+1
| | | | | | | | | | | | Fixes #13202 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-01-042-30/+30
| |
* | [tx-robot] updated from transifexNextcloud bot2019-01-032-4/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2019-01-012-6/+130
| |
* | [tx-robot] updated from transifexNextcloud bot2018-12-312-2/+22
| |
* | [tx-robot] updated from transifexNextcloud bot2018-12-304-2/+10
| |
* | [tx-robot] updated from transifexNextcloud bot2018-12-282-2/+12
| |
* | [tx-robot] updated from transifexNextcloud bot2018-12-272-2/+2
| |
* | Merge pull request #12617 from nextcloud/backport/10839/stable14Roeland Jago Douma2018-12-224-36/+96
|\ \ | | | | | | [stable14] adjust Calendar resource / room interfaces to use class implementation
| * | RoomManager/ResourceManager: Inject IServerContainer instead of using OC ServerGeorg Ehrke2018-11-222-2/+28
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>