Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Add Fatal logging option | Tim Terhorst | 2019-10-02 | 2 | -2/+8 |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-04 | 134 | -1076/+1092 |
* | | | | | Merge pull request #17388 from nextcloud/fix/undefined_index/loginflowv2 | Roeland Jago Douma | 2019-10-03 | 1 | -2/+0 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Don't use an undefined index if not needed | Roeland Jago Douma | 2019-10-03 | 1 | -2/+0 |
|/ / / / | |||||
* | | | | Remove users management settings cleaning leftovers (#17360) | John Molakvoæ | 2019-10-03 | 10 | -1252/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Remove users management settings cleaning leftovers | John Molakvoæ (skjnldsv) | 2019-10-01 | 10 | -1252/+1 |
| |/ / | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-03 | 24 | -4/+28 |
* | | | Merge pull request #17002 from nextcloud/fix/noid/ldap-dont-process-known-avas | blizzz | 2019-10-02 | 2 | -2/+113 |
|\ \ \ | |||||
| * | | | Don't process known avatars from LDAP | Arthur Schiwon | 2019-09-04 | 2 | -2/+113 |