summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-10-2032-28/+52
|
* Merge pull request #17579 from nextcloud/backport/17543/stable17Roeland Jago Douma2019-10-191-2/+6
|\ | | | | [stable17] Let SCSS cleanup only run once
| * 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>
* | Merge pull request #17589 from nextcloud/backport/17585/stable17Roeland Jago Douma2019-10-194-2/+6
|\ \ | | | | | | [stable17] added documentation links on settings pages
| * | added documentation links on settings pagesSascha Wiswedel2019-10-184-2/+6
| | | | | | | | | | | | Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-10-1910-22/+22
|/ /
* | [tx-robot] updated from transifexNextcloud bot2019-10-1816-36/+164
| |
* | Merge pull request #17538 from nextcloud/backport/17332/stable17Roeland Jago Douma2019-10-171-15/+35
|\ \ | |/ |/| [stable17] Only cache the mimetype if the file exists
| * Only cache the mimetype if the file existsJoas Schilling2019-10-141-15/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise files access control will cache "application/octet-stream" for all the target node on: rename, move, copy and all other methods which create a new item To check this: 1. Add an automated tagging rule which tags on mimetype NOT "httpd/unix-directory" 2. Add an access control rule which checks for any mimetype 3. Create a folder and rename it, the folder should not be tagged, but it is Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2019-10-174-0/+96
| |
* | [tx-robot] updated from transifexNextcloud bot2019-10-164-0/+60
| |
* | Merge pull request #17455 from nextcloud/fix/stable17-axios-packageRoeland Jago Douma2019-10-1537-537/+615
|\ \ | | | | | | [stable17] Use @nextcloud/axios to keep the CSRF token in sync
| * | Use @nextcloud/axios to keep the CSRF token in syncChristoph Wurst2019-10-1537-537/+615
| | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | Merge pull request #17541 from nextcloud/backport/17503/stable17Roeland Jago Douma2019-10-155-0/+92
|\ \ \ | | | | | | | | [stable17] Set the proper filename for version downloads
| * | | Set the proper filename for version downloadsRoeland Jago Douma2019-10-145-0/+92
| | |/ | |/| | | | | | | | | | | | | | | | Before it just used the internalid (timestamp often) which is not really user friendly. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2019-10-154-0/+12
| |/ |/|
* | Merge pull request #17453 from ↵Roeland Jago Douma2019-10-1410-180/+136
|\ \ | |/ |/| | | | | nextcloud/fix/axios-csrf-token-update-event-stable17 [stable17] Fix axios csrf token update event
| * Emit an event when the CSRF token changesChristoph Wurst2019-10-1410-180/+136
|/ | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2019-10-1410-16/+40
|
* [tx-robot] updated from transifexNextcloud bot2019-10-138-2/+94
|
* [tx-robot] updated from transifexNextcloud bot2019-10-1218-18/+162
|
* [tx-robot] updated from transifexNextcloud bot2019-10-1140-2/+172
|
* Merge pull request #17493 from nextcloud/fix/tooltips/hide-on-sidebar-closeRoeland Jago Douma2019-10-098-6/+8
|\ | | | | Force hide tooltips on sidebar close
| * Force hide tooltips on sidebar closeJohn Molakvoæ (skjnldsv)2019-10-098-6/+8
|/ | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2019-10-0924-22/+118
|
* Merge pull request #17457 from nextcloud/backport/17454/stable17Roeland Jago Douma2019-10-081-55/+0
|\ | | | | [stable17] Kill ui-regression ci job
| * Kill ui-regression ci jobRoeland Jago Douma2019-10-081-55/+0
|/ | | | | | | Since we do not use it at the moment anyway it seems like a waste of resources to actually run it. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Build stable17 JS (#17452)John Molakvoæ2019-10-086-6/+6
|\ | | | | Build stable17 JS
| * Build stable17 JSRoeland Jago Douma2019-10-086-6/+6
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #17444 from nextcloud/backport/17359/stable17Roeland Jago Douma2019-10-081-1/+1
|\ \ | | | | | | [stable17] Don't call basename on null
| * | Don't call basename on nullJoas Schilling2019-10-071-1/+1
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #17438 from nextcloud/backport/17411/stable17Roeland Jago Douma2019-10-082-3/+12
|\ \ | | | | | | [stable17] Fix oauth client redirect
| * | fix oauth client redirectSergej Nikolaev2019-10-072-3/+12
| |/ | | | | | | Signed-off-by: Sergej Nikolaev <kinolaev@gmail.com>
* / [tx-robot] updated from transifexNextcloud bot2019-10-0818-10/+44
|/
* Merge pull request #17418 from nextcloud/backport/17387/stable17Roeland Jago Douma2019-10-071-0/+5
|\ | | | | [stable17] Allow removing federated shares of locally reshared files
| * Allow removing federated shares of locally reshared filesRoeland Jago Douma2019-10-051-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | * UserA shares a folder to UserB * UserB does a federated share to userC@serverC * UserB now tries to revoke the federated share Before we always tried to notify the remote cloud. The case that the file was reshared locally was not considered. This patch makes sure not to try to notify a federated server if both users are local users. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-10-0720-22/+88
| |
* | [tx-robot] updated from transifexNextcloud bot2019-10-0610-34/+122
|/
* Merge pull request #17415 from nextcloud/backport/17397/stable17Roeland Jago Douma2019-10-052-2/+51
|\ | | | | [stable17] Fix updating and deleting authtokens
| * fix updating and deleting authtokensSergej Nikolaev2019-10-052-2/+51
|/ | | | Signed-off-by: Sergej Nikolaev <kinolaev@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2019-10-05122-216/+352
|
* [stable17] Append / to data(path) for folder content request (#17311)John Molakvoæ2019-10-041-3/+3
|\ | | | | [stable17] Append / to data(path) for folder content request
| * Append / to data(path) for folder content requestJohn Molakvoæ (skjnldsv)2019-09-281-3/+3
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #17351 from nextcloud/backport/17001/stable17Roeland Jago Douma2019-10-043-6/+7
|\ \ | | | | | | [stable17] reduce adressbook change events and handling
| * | adjust test expectationsArthur Schiwon2019-10-011-2/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | reduce adressbook change events and handlingArthur Schiwon2019-10-012-4/+6
| | | | | | | | | | | | | | | | | | ... from four to one on avatar updates Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [stable17] Don't use an undefined index if not needed (#17393)John Molakvoæ2019-10-041-2/+0
|\ \ \ | | | | | | | | [stable17] Don't use an undefined index if not needed
| * | | Don't use an undefined index if not neededRoeland Jago Douma2019-10-031-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | It is not set. And not used. Just some copy paste leftover. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2019-10-04134-1076/+1092
|/ / /