Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Show Delete Icon in Breadcrumb in Trashbin | Gary Kim | 2019-10-07 | 2 | -2/+4 | |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-08 | 2 | -0/+6 | |
* | | | Merge pull request #17411 from kinolaev/fix-oauth2-redirect | Roeland Jago Douma | 2019-10-07 | 1 | -2/+10 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | fix oauth client redirect | Sergej Nikolaev | 2019-10-04 | 1 | -2/+10 | |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-07 | 2 | -2/+2 | |
| |/ |/| | ||||||
* | | Use @nextcloud/paths and deprecate OC helpers (#17392) | John Molakvoæ | 2019-10-06 | 9 | -451/+76 | |
|\ \ | ||||||
| * | | Use @nextcloud/paths and deprecate OC helpers | Christoph Wurst | 2019-10-05 | 9 | -451/+76 | |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-06 | 4 | -22/+90 | |
|/ / | ||||||
* | | Fix Axios CSRF token update (#17404) | John Molakvoæ | 2019-10-05 | 11 | -168/+109 | |
|\ \ | ||||||
| * | | Switch to @nextcloud/axios for the CSRF update fix | Christoph Wurst | 2019-10-05 | 9 | -157/+94 | |
| * | | Emit an event when the CSRF token changes | Christoph Wurst | 2019-10-05 | 2 | -11/+15 | |
* | | | Allow group displaynames in the database backend (#17221) | John Molakvoæ | 2019-10-05 | 2 | -1/+88 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Do not allow to have an empty display name | Joas Schilling | 2019-09-27 | 1 | -2/+3 | |
| * | | Set default value | Joas Schilling | 2019-09-27 | 1 | -0/+1 | |
| * | | Allow to set the group display name in the database backend | Joas Schilling | 2019-09-27 | 1 | -1/+12 | |
| * | | Add a displayname to the database group backend | Joas Schilling | 2019-09-27 | 1 | -0/+74 | |
* | | | Merge pull request #17405 from nextcloud/enh/switch/escapeHTML | John Molakvoæ | 2019-10-05 | 11 | -131/+86 | |
|\ \ \ | ||||||
| * | | | 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 | 10 | -120/+86 | |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-05 | 4 | -0/+86 | |
|/ / / | ||||||
* | | | Fix master testing and update eslint-config (#17367) | John Molakvoæ | 2019-10-04 | 7 | -9/+10 | |
|\ \ \ | ||||||
| * | | | Split drone webpack tests | John Molakvoæ (skjnldsv) | 2019-10-04 | 7 | -9/+10 | |
* | | | | Add Fatal logging option (#17363) | John Molakvoæ | 2019-10-04 | 1 | -2/+6 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Add Fatal logging option | Tim Terhorst | 2019-10-02 | 1 | -2/+6 | |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-04 | 4 | -0/+4 | |
| |_|/ |/| | | ||||||
* | | | Don't use an undefined index if not needed | Roeland Jago Douma | 2019-10-03 | 1 | -2/+0 | |
|/ / | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-03 | 18 | -0/+18 | |
* | | Merge pull request #17350 from nextcloud/adjust-fontsize | John Molakvoæ | 2019-10-02 | 2 | -4/+4 | |
|\ \ | ||||||
| * | | Bring the font size down to 14px | Marco Ambrosini | 2019-10-01 | 2 | -4/+4 | |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-02 | 54 | -54/+8 | |
* | | | Merge pull request #17263 from nextcloud/enhancement/eslint | Joas Schilling | 2019-10-01 | 99 | -5047/+5103 | |
|\ \ \ | ||||||
| * | | | Comply to eslint | John Molakvoæ (skjnldsv) | 2019-10-01 | 99 | -5047/+5103 | |
* | | | | Merge pull request #17353 from nextcloud/bugfix/noid/fix-wich-typo | Joas Schilling | 2019-10-01 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Fix typo in "which" | Joas Schilling | 2019-10-01 | 1 | -1/+1 | |
| |/ / | ||||||
* / / | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-01 | 4 | -8/+10 | |
|/ / | ||||||
* | | Bump dompurify from 2.0.1 to 2.0.3 | dependabot-preview[bot] | 2019-09-30 | 6 | -6/+6 | |
* | | Bump webpack from 4.40.2 to 4.41.0 | dependabot-preview[bot] | 2019-09-29 | 6 | -11/+11 | |
* | | Bring the default font size up to 15px (#17228) | John Molakvoæ | 2019-09-28 | 2 | -2/+4 | |
|\ \ | ||||||
| * | | Bring the default font size up to 15px | Marco Ambrosini | 2019-09-21 | 2 | -2/+4 | |
* | | | Append / to data('path') for folder content request | Daniel Kesselberg | 2019-09-28 | 7 | -7/+7 | |
* | | | Move oauth admin settings to initialstate | Roeland Jago Douma | 2019-09-28 | 12 | -316/+316 | |
* | | | Move settings to an app (#17182) | John Molakvoæ | 2019-09-28 | 9 | -8/+10 | |
|\ \ \ | ||||||
| * | | | Move settings to an app | Christoph Wurst | 2019-09-28 | 9 | -8/+10 | |
* | | | | Fix fetching additional search results on scrolling down | René Bühlmann | 2019-09-28 | 1 | -9/+8 | |
|/ / / | ||||||
* | | | Remove input id on login form (#17294) | John Molakvoæ | 2019-09-28 | 14 | -101/+103 | |
|\ \ \ | ||||||
| * | | | Remove input id on login form | John Molakvoæ (skjnldsv) | 2019-09-28 | 14 | -101/+103 | |
| | |/ | |/| | ||||||
* / | | [tx-robot] updated from transifex | Nextcloud bot | 2019-09-28 | 2 | -0/+2 | |
|/ / | ||||||
* | | Merge pull request #17254 from nextcloud/fix/double_escape | Roeland Jago Douma | 2019-09-25 | 7 | -49/+50 | |
|\ \ | ||||||
| * | | Properly import DOMPurify in l10n.js | Roeland Jago Douma | 2019-09-25 | 7 | -49/+50 | |
* | | | Fix spaces being collapsed in move dialog (#17240) | John Molakvoæ | 2019-09-25 | 1 | -1/+2 | |
|\ \ \ | |/ / |/| | |