Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-07 | 20 | -22/+88 | |
| |/ / |/| | | ||||||
* | | | Merge pull request #17421 from nextcloud/dependabot/npm_and_yarn/build/handle... | Roeland Jago Douma | 2019-10-06 | 2 | -4/+4 | |
|\ \ \ | ||||||
| * | | | Bump handlebars from 4.4.0 to 4.4.2 in /build | dependabot-preview[bot] | 2019-10-06 | 2 | -4/+4 | |
* | | | | Use @nextcloud/paths and deprecate OC helpers (#17392) | John Molakvoæ | 2019-10-06 | 11 | -454/+95 | |
|\ \ \ \ | ||||||
| * | | | | Use @nextcloud/paths and deprecate OC helpers | Christoph Wurst | 2019-10-05 | 11 | -454/+95 | |
| |/ / / | ||||||
* / / / | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-06 | 10 | -34/+122 | |
|/ / / | ||||||
* | | | Fix Axios CSRF token update (#17404) | John Molakvoæ | 2019-10-05 | 55 | -2156/+1442 | |
|\ \ \ | ||||||
| * | | | Switch to @nextcloud/axios for the CSRF update fix | Christoph Wurst | 2019-10-05 | 53 | -2145/+1411 | |
| * | | | Emit an event when the CSRF token changes | Christoph Wurst | 2019-10-05 | 4 | -11/+31 | |
* | | | | Allow group displaynames in the database backend (#17221) | John Molakvoæ | 2019-10-05 | 11 | -6/+237 | |
|\ \ \ \ | ||||||
| * | | | | Do not allow to have an empty display name | Joas Schilling | 2019-09-27 | 2 | -2/+9 | |
| * | | | | Set default value | Joas Schilling | 2019-09-27 | 1 | -0/+1 | |
| * | | | | Fix DI issue | Joas Schilling | 2019-09-27 | 1 | -0/+4 | |
| * | | | | Update autoloader | Joas Schilling | 2019-09-27 | 2 | -0/+4 | |
| * | | | | Remove inherited docs | Joas Schilling | 2019-09-27 | 1 | -16/+0 | |
| * | | | | Allow to set the group display name in the database backend | Joas Schilling | 2019-09-27 | 7 | -3/+121 | |
| * | | | | Add a displayname to the database group backend | Joas Schilling | 2019-09-27 | 3 | -3/+116 | |
* | | | | | Merge pull request #17387 from nextcloud/fix/remove/federated_share | Roeland Jago Douma | 2019-10-05 | 1 | -0/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | Allow removing federated shares of locally reshared files | Roeland Jago Douma | 2019-10-03 | 1 | -0/+5 | |
* | | | | | | Merge pull request #17370 from nextcloud/jospoortvliet-patch-1 | Roeland Jago Douma | 2019-10-05 | 1 | -4/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Update README.md | Jos Poortvliet | 2019-10-05 | 1 | -4/+4 | |
|/ / / / / / | ||||||
* | | | | | | Fix updating and deleting authtokens (#17397) | John Molakvoæ | 2019-10-05 | 2 | -2/+51 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | fix updating and deleting authtokens | Sergej Nikolaev | 2019-10-05 | 2 | -2/+51 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | allow trash backends to overwrite the tooltip for trash items (#17374) | John Molakvoæ | 2019-10-05 | 8 | -24/+43 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | allow trash backends to overwrite the tooltip for trash items | Robin Appelman | 2019-10-05 | 8 | -24/+43 | |
* | | | | | | Merge pull request #17405 from nextcloud/enh/switch/escapeHTML | John Molakvoæ | 2019-10-05 | 13 | -154/+110 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove the tests since the library is tested | Roeland Jago Douma | 2019-10-04 | 1 | -11/+0 | |
| * | | | | | | Move to escape-html | Roeland Jago Douma | 2019-10-04 | 14 | -148/+115 | |
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-05 | 122 | -216/+352 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Fix shares read permissions (#16761) | John Molakvoæ | 2019-10-04 | 12 | -85/+917 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Fix shares read permissions | John Molakvoæ (skjnldsv) | 2019-10-04 | 6 | -14/+122 | |
| * | | | | | Add checks for whether a user with access to a share can delete it | John Molakvoæ (skjnldsv) | 2019-10-04 | 2 | -12/+292 | |
| * | | | | | Extract check for whether a user with access to a share can edit it | John Molakvoæ (skjnldsv) | 2019-10-04 | 1 | -1/+28 | |
| * | | | | | Add assorted integration tests for shares | Daniel Calviño Sánchez | 2019-10-04 | 3 | -0/+100 | |
| * | | | | | Do not expect a 200 HTTP status code when updating a share | Daniel Calviño Sánchez | 2019-10-04 | 3 | -2/+8 | |
| * | | | | | Move sharing integration tests to their own directory | John Molakvoæ (skjnldsv) | 2019-10-04 | 6 | -60/+110 | |
| * | | | | | Add helper script to run integration tests on a Docker container | John Molakvoæ (skjnldsv) | 2019-10-04 | 1 | -0/+261 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #17357 from nextcloud/enh/oauth/no_oc_binding | Roeland Jago Douma | 2019-10-04 | 3 | -2/+19 | |
|\ \ \ \ \ | ||||||
| * | | | | | fixup! Import router | Roeland Jago Douma | 2019-10-03 | 3 | -1/+17 | |
| * | | | | | Import router | Roeland Jago Douma | 2019-10-03 | 1 | -2/+3 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #17359 from nextcloud/bugfix/noid/dont-call-basename-on-null | Roeland Jago Douma | 2019-10-04 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Don't call basename on null | Joas Schilling | 2019-10-01 | 1 | -1/+1 | |
* | | | | | | Use same settings for mail share as link shares (#16629) | John Molakvoæ | 2019-10-04 | 1 | -70/+63 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Prevent non owners to update others link shares | John Molakvoæ (skjnldsv) | 2019-10-04 | 1 | -50/+50 | |
| * | | | | | | Use same settings for mail share as link shares | John Molakvoæ (skjnldsv) | 2019-10-04 | 1 | -20/+13 | |
|/ / / / / / | ||||||
* | | | | | | Fix master testing and update eslint-config (#17367) | John Molakvoæ | 2019-10-04 | 36 | -74/+225 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix tag acceptance tests after #16682 | John Molakvoæ (skjnldsv) | 2019-10-04 | 2 | -3/+19 | |
| * | | | | | | Split drone webpack tests | John Molakvoæ (skjnldsv) | 2019-10-04 | 31 | -76/+183 | |
| * | | | | | | Fix master testing and update eslint-config | John Molakvoæ (skjnldsv) | 2019-10-04 | 6 | -23/+51 | |
* | | | | | | | Add Fatal logging option (#17363) | John Molakvoæ | 2019-10-04 | 2 | -2/+8 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | |