summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17449 from nextcloud/fix/joas-should-know-you-have-to-inc...Roeland Jago Douma2019-10-071-1/+1
|\
| * Increase server version to trigger all migrationsChristoph Wurst2019-10-071-1/+1
* | Do not follow symlinks with webpack (#17448)John Molakvoæ2019-10-071-1/+2
|\ \ | |/ |/|
| * Do not follow symlinks with webpackJohn Molakvoæ (skjnldsv)2019-10-071-1/+2
|/
* Merge pull request #17411 from kinolaev/fix-oauth2-redirectRoeland Jago Douma2019-10-072-3/+12
|\
| * fix oauth client redirectSergej Nikolaev2019-10-042-3/+12
* | [tx-robot] updated from transifexNextcloud bot2019-10-0720-22/+88
* | Merge pull request #17421 from nextcloud/dependabot/npm_and_yarn/build/handle...Roeland Jago Douma2019-10-062-4/+4
|\ \
| * | Bump handlebars from 4.4.0 to 4.4.2 in /builddependabot-preview[bot]2019-10-062-4/+4
* | | Use @nextcloud/paths and deprecate OC helpers (#17392)John Molakvoæ2019-10-0611-454/+95
|\ \ \
| * | | Use @nextcloud/paths and deprecate OC helpersChristoph Wurst2019-10-0511-454/+95
| |/ /
* / / [tx-robot] updated from transifexNextcloud bot2019-10-0610-34/+122
|/ /
* | Fix Axios CSRF token update (#17404)John Molakvoæ2019-10-0555-2156/+1442
|\ \
| * | Switch to @nextcloud/axios for the CSRF update fixChristoph Wurst2019-10-0553-2145/+1411
| * | Emit an event when the CSRF token changesChristoph Wurst2019-10-054-11/+31
* | | Allow group displaynames in the database backend (#17221)John Molakvoæ2019-10-0511-6/+237
|\ \ \
| * | | Do not allow to have an empty display nameJoas Schilling2019-09-272-2/+9
| * | | Set default valueJoas Schilling2019-09-271-0/+1
| * | | Fix DI issueJoas Schilling2019-09-271-0/+4
| * | | Update autoloaderJoas Schilling2019-09-272-0/+4
| * | | Remove inherited docsJoas Schilling2019-09-271-16/+0
| * | | Allow to set the group display name in the database backendJoas Schilling2019-09-277-3/+121
| * | | Add a displayname to the database group backendJoas Schilling2019-09-273-3/+116
* | | | Merge pull request #17387 from nextcloud/fix/remove/federated_shareRoeland Jago Douma2019-10-051-0/+5
|\ \ \ \
| * | | | Allow removing federated shares of locally reshared filesRoeland Jago Douma2019-10-031-0/+5
* | | | | Merge pull request #17370 from nextcloud/jospoortvliet-patch-1Roeland Jago Douma2019-10-051-4/+4
|\ \ \ \ \
| * | | | | Update README.mdJos Poortvliet2019-10-051-4/+4
|/ / / / /
* | | | | Fix updating and deleting authtokens (#17397)John Molakvoæ2019-10-052-2/+51
|\ \ \ \ \
| * | | | | fix updating and deleting authtokensSergej Nikolaev2019-10-052-2/+51
| | |_|/ / | |/| | |
* | | | | allow trash backends to overwrite the tooltip for trash items (#17374)John Molakvoæ2019-10-058-24/+43
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | allow trash backends to overwrite the tooltip for trash itemsRobin Appelman2019-10-058-24/+43
* | | | | Merge pull request #17405 from nextcloud/enh/switch/escapeHTMLJohn Molakvoæ2019-10-0513-154/+110
|\ \ \ \ \
| * | | | | Remove the tests since the library is testedRoeland Jago Douma2019-10-041-11/+0
| * | | | | Move to escape-htmlRoeland Jago Douma2019-10-0414-148/+115
* | | | | | [tx-robot] updated from transifexNextcloud bot2019-10-05122-216/+352
| |/ / / / |/| | | |
* | | | | Fix shares read permissions (#16761)John Molakvoæ2019-10-0412-85/+917
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix shares read permissionsJohn Molakvoæ (skjnldsv)2019-10-046-14/+122
| * | | | Add checks for whether a user with access to a share can delete itJohn Molakvoæ (skjnldsv)2019-10-042-12/+292
| * | | | Extract check for whether a user with access to a share can edit itJohn Molakvoæ (skjnldsv)2019-10-041-1/+28
| * | | | Add assorted integration tests for sharesDaniel Calviño Sánchez2019-10-043-0/+100
| * | | | Do not expect a 200 HTTP status code when updating a shareDaniel Calviño Sánchez2019-10-043-2/+8
| * | | | Move sharing integration tests to their own directoryJohn Molakvoæ (skjnldsv)2019-10-046-60/+110
| * | | | Add helper script to run integration tests on a Docker containerJohn Molakvoæ (skjnldsv)2019-10-041-0/+261
|/ / / /
* | | | Merge pull request #17357 from nextcloud/enh/oauth/no_oc_bindingRoeland Jago Douma2019-10-043-2/+19
|\ \ \ \
| * | | | fixup! Import routerRoeland Jago Douma2019-10-033-1/+17
| * | | | Import routerRoeland Jago Douma2019-10-031-2/+3
| |/ / /
* | | | Merge pull request #17359 from nextcloud/bugfix/noid/dont-call-basename-on-nullRoeland Jago Douma2019-10-041-1/+1
|\ \ \ \
| * | | | Don't call basename on nullJoas Schilling2019-10-011-1/+1
* | | | | Use same settings for mail share as link shares (#16629)John Molakvoæ2019-10-041-70/+63
|\ \ \ \ \
| * | | | | Prevent non owners to update others link sharesJohn Molakvoæ (skjnldsv)2019-10-041-50/+50