summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-05-2926-8/+38
|
* Merge pull request #9622 from nextcloud/backport/9475/stable13Morris Jobke2018-05-281-0/+8
|\ | | | | [stable13] Delete the previews when a version is restored
| * Delete the previews when a version is restoredRoeland Jago Douma2018-05-261-0/+8
| | | | | | | | | | | | | | | | | | Fixes #9469 When a version of a file is restored the previews are no longer valid. Thus we should remove them so they are regenerated. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #9619 from nextcloud/backport/9515/stable13Roeland Jago Douma2018-05-281-0/+1
|\ \ | | | | | | [stable13] Regenerate session id after public share auth
| * | Regenerate session id after public share authRoeland Jago Douma2018-05-261-0/+1
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-05-2818-0/+30
| |
* | [tx-robot] updated from transifexNextcloud bot2018-05-2714-0/+24
|/
* [tx-robot] updated from transifexNextcloud bot2018-05-2662-82/+162
|
* [tx-robot] updated from transifexNextcloud bot2018-05-25104-6/+136
|
* bump theming version ¯\_(ツ)_/¯Arthur Schiwon2018-05-241-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* addjust footer height when legal links are present. fixes #9572Arthur Schiwon2018-05-243-3/+16
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* also add a privacy linkArthur Schiwon2018-05-248-22/+162
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #9573 from nextcloud/fix/9568/theming-wo-sigRoeland Jago Douma2018-05-241-8/+6
|\ | | | | bump version for theming again 🙇
| * bump version for theming again 🙇Arthur Schiwon2018-05-241-8/+6
| | | | | | | | | | | | also make appinfo compliant with appstore's schema. except default_enable… Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2018-05-24114-108/+132
| |
* | Merge pull request #9392 from nextcloud/dav-upload-lock-13Roeland Jago Douma2018-05-231-1/+10
|\ \ | | | | | | [13] only allow a single concurrent dav write to a file
| * | only allow a single concurrent dav write to a fileRobin Appelman2018-05-041-1/+10
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #9540 from nextcloud/backport/9517/stable13Morris Jobke2018-05-238-55/+517
|\ \ \ | |_|/ |/| | [stable13] Improve OAuth
| * | Add testsRoeland Jago Douma2018-05-222-40/+324
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Don't use special chars to avoid confusionRoeland Jago Douma2018-05-221-0/+7
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Rotate tokenRoeland Jago Douma2018-05-221-11/+43
| | | | | | | | | | | | | | | | | | | | | | | | On a refresh token request: * rorate * reset expire Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Authenticate the clients on requesting a tokenRoeland Jago Douma2018-05-221-2/+45
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Fail if the response type is not properly setRoeland Jago Douma2018-05-221-1/+10
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Set OAuth token expirationRoeland Jago Douma2018-05-225-2/+89
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #9522 from nextcloud/backport/9325/stable13Roeland Jago Douma2018-05-231-0/+3
|\ \ \ | | | | | | | | [stable13] Fix for unbound cloned LDAP connections
| * | | unbound cloned connection fixRoger Szabo2018-05-181-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* | | | [tx-robot] updated from transifexNextcloud bot2018-05-23152-70/+888
| | | |
* | | | bump theming version for extraordinary releaseArthur Schiwon2018-05-221-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #9516 from nextcloud/backport/9437/stable13Morris Jobke2018-05-229-9/+132
|\ \ \ \ | |_|/ / |/| | | [stable13] allow to specify a link to a legal notice
| * | | Backport of #9437Arthur Schiwon2018-05-189-9/+132
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | allow to specify a link to a legal notice Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> fix tests Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> fix undo for url-typed inputs and minor adjustments Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Use link not address in labels for URLs Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> this file does not belong here Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2018-05-2224-22/+124
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-05-208-2/+26
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-05-1914-0/+72
|/ /
* | [tx-robot] updated from transifexNextcloud bot2018-05-18284-412/+412
| |
* | [tx-robot] updated from transifexNextcloud bot2018-05-17186-308/+308
| |
* | Merge pull request #9454 from ↵Morris Jobke2018-05-141-1/+17
|\ \ | | | | | | | | | | | | nextcloud/stable13-9245-fix-race-condition-when-preparing-upload-folder [stable13] Fix race condition when preparing upload folder
| * | Fix race condition when preparing upload folderDaniel Calviño Sánchez2018-05-101-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before any upload is submitted the upload is registered in a list of known uploads; this is needed to retrieve the upload object at several points of the upload process. When a chunked upload is submitted first a directory to upload all the chunks is created and, once that is done, the chunks are sent; in order to send a chunk the upload object needs to be retrieved from the list of known uploads. When all the active uploads were finished the list of known uploads was cleared. However, an upload is not active until it actually starts sending the data, so while waiting for the upload directory to be created the upload is already in the list of known uploads yet not active. Due to all this, if the active uploads finished while another pending upload was waiting for the upload directory to be created that pending upload would be removed from the list of known uploads too, and once the directory was created and thus the chunks were sent a field of a null upload object would be accessed thus causing a failure. Instead of removing all the known uploads at once when the active uploads finish now each upload is explicitly removed when it finishes. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-05-1388-86/+88
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-05-1222-50/+72
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-05-112-0/+2
|/ /
* | Merge pull request #9433 from ↵Roeland Jago Douma2018-05-103-8/+11
|\ \ | | | | | | | | | | | | nextcloud/backport/9224/accessibility-improvements-13 [stable13] Add labels for Contacts menu and Settings
| * | Ensure proper color contrast according to WCAG AAJan-Christoph Borchardt2018-05-093-8/+11
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | [tx-robot] updated from transifexNextcloud bot2018-05-1028-14/+150
|/ /
* | Merge pull request #9430 from nextcloud/stable13-9407Morris Jobke2018-05-091-1/+1
|\ \ | | | | | | [13] Fix jsunit tests
| * | Fix jsunit testsJulius Härtl2018-05-091-1/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #9409 from ↵Morris Jobke2018-05-092-1/+4
|\ \ \ | |/ / |/| | | | | | | | nextcloud/backport/9393/workflow-rules-error-when-changing-operation [stable13] workflow rules error when changing operation
| * | Do not error when the tag does not existJoas Schilling2018-05-071-1/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Reset the value when changing the check class (because it might be invalid)Joas Schilling2018-05-071-0/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-05-092-2/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-05-0812-0/+58
| | |