Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #11942 from nextcloud/techdebt/noid/use-count-function | Morris Jobke | 2018-11-12 | 4 | -5/+5 |
|\ | | | | | Use the defined func()->count() instead of manual counting | ||||
| * | Use the defined func()->count() instead of manual counting | Joas Schilling | 2018-11-08 | 4 | -5/+5 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #12389 from nextcloud/fix-dav-groupid | John Molakvoæ | 2018-11-12 | 2 | -48/+17 |
|\ \ | | | | | | | Fix displayName return of dav groups request | ||||
| * | | Fix displayName return of dav groups request | John Molakvoæ (skjnldsv) | 2018-11-10 | 2 | -48/+17 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-12 | 6 | -0/+10 |
| | | | |||||
* | | | Merge pull request #12385 from nextcloud/fix/12356/grid-toggle-fix | Morris Jobke | 2018-11-11 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fixes the grid toggle for none folder shares | ||||
| * | | | Fixes the grid toggle for none folder shares | Michael Weimann | 2018-11-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-11 | 8 | -4/+26 |
| |/ / |/| | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-10 | 110 | -442/+450 |
|/ / | |||||
* | | Merge pull request #12358 from nextcloud/bugfix/noid/wrong-update-check-version | Morris Jobke | 2018-11-09 | 9 | -24/+36 |
|\ \ | | | | | | | Check for compatible apps from the appstore fails | ||||
| * | | Adjust unit tests | Joas Schilling | 2018-11-09 | 2 | -7/+11 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | Improve style of incompatible apps list | Morris Jobke | 2018-11-08 | 1 | -0/+4 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | Use the version number when checking the appstore for compatible updates | Joas Schilling | 2018-11-08 | 6 | -12/+13 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | Fix overlapping update button in notifications | Morris Jobke | 2018-11-08 | 3 | -6/+9 |
| |/ | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-09 | 132 | -330/+368 |
| | | |||||
* | | Merge pull request #12349 from ↵ | Morris Jobke | 2018-11-08 | 2 | -49/+157 |
|\ \ | | | | | | | | | | | | | nextcloud/feature/noid/populate-notification-message-with-the-comment Populate the mention-notification with the actual message | ||||
| * | | Populate the mention-notification with the actual message | Joas Schilling | 2018-11-08 | 2 | -49/+157 |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #12335 from nextcloud/fix/12319/respect-fixed-usernames | blizzz | 2018-11-08 | 2 | -4/+52 |
|\ \ | |/ |/| | do not offer to change display name or password, if not possible. | ||||
| * | do not offer to change display name or password, if not possible. | Arthur Schiwon | 2018-11-07 | 2 | -4/+52 |
| | | | | | | | | | | | | Fixes #12319 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Merge pull request #10059 from nextcloud/feature/1497/cache_webcal_calendars | Morris Jobke | 2018-11-08 | 20 | -116/+2379 |
|\ \ | | | | | | | cache webcal calendars on server | ||||
| * | | cache webcal calendars on server | Georg Ehrke | 2018-11-07 | 20 | -116/+2379 |
| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-08 | 18 | -0/+20 |
| | | | |||||
* | | | Better primary visual on public pages | John Molakvoæ (skjnldsv) | 2018-11-07 | 1 | -0/+14 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | Merge pull request #12324 from ↵ | Morris Jobke | 2018-11-07 | 2 | -0/+7 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/add-password-response-parameter-for-returning-the-password-of-link-shares Add "password" parameter to the response data of link shares | ||||
| * | | | Add "password" parameter to the response data of link shares | Daniel Calviño Sánchez | 2018-11-06 | 2 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to legacy reasons the password of link shares was returned in the "share_with" and "share_with_displayname" parameters of the response data. Now a proper "password" parameter is returned too; the old "share_with" and "share_with_displayname" parameters are kept, although deprecated, and they will be removed in a future version of Nextcloud. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | | | | Merge pull request #11836 from ↵ | Morris Jobke | 2018-11-07 | 2 | -5/+22 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/2443/comment-mentions-with-spaces Comment mentions with spaces | ||||
| * | | | | Fix the comments UI and activities for space-mentions | Joas Schilling | 2018-11-07 | 2 | -5/+22 |
| | |/ / | |/| | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #12317 from nextcloud/deps/noid/es6-polyfill | Morris Jobke | 2018-11-07 | 1 | -4/+12 |
|\ \ \ \ | |_|_|/ |/| | | | Add es6-shim as polyfill and minify core vendor scripts | ||||
| * | | | Fix file move tests | Julius Härtl | 2018-11-07 | 1 | -4/+12 |
| |/ / | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Fix unit tests | Morris Jobke | 2018-11-07 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Reduce function calls | Morris Jobke | 2018-11-07 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Improve text to be better translatable and use CSS instead of HTML for bold text | Morris Jobke | 2018-11-07 | 2 | -2/+3 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Fix indentation of CSS | Morris Jobke | 2018-11-07 | 1 | -6/+6 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Adapts the code to the new master state | Michael Weimann | 2018-11-07 | 2 | -16/+25 |
| | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | ||||
* | | | Moves the terms of service into a dialog | Michael Weimann | 2018-11-07 | 4 | -15/+32 |
| | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | ||||
* | | | Inlines the share note for file drops | Michael Weimann | 2018-11-07 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | ||||
* | | | Inlines the share note for file drops | Michael Weimann | 2018-11-07 | 4 | -7/+30 |
| | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | ||||
* | | | Hides the header actions for file drops | Michael Weimann | 2018-11-07 | 2 | -4/+100 |
|/ / | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | ||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-07 | 40 | -38/+98 |
|/ | |||||
* | Merge pull request #12303 from nextcloud/grid-for-all-file-templates | John Molakvoæ | 2018-11-06 | 23 | -28/+94 |
|\ | | | | | Add grid toggle for every files view | ||||
| * | Fix tests | John Molakvoæ (skjnldsv) | 2018-11-06 | 2 | -6/+11 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Fix min trhumbnail size | John Molakvoæ (skjnldsv) | 2018-11-06 | 3 | -5/+5 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Add grid toggle for every files view | John Molakvoæ (skjnldsv) | 2018-11-06 | 19 | -17/+78 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #11968 from nextcloud/feature/noid/drop-verbose-appscan | Daniel Kesselberg | 2018-11-06 | 1 | -61/+25 |
|\ \ | | | | | | | Replace $verbose with VERBOSITY_VERBOSE for scanFiles method | ||||
| * | | Revert changes not related to $verbose | Daniel Kesselberg | 2018-10-22 | 1 | -4/+4 |
| | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
| * | | Replace $verbose with VERBOSITY_VERBOSE for scanFiles method | Daniel Kesselberg | 2018-10-21 | 1 | -63/+27 |
| | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | Merge pull request #11831 from nextcloud/feature/noid/drop-verbose-scan | Morris Jobke | 2018-11-06 | 1 | -69/+27 |
|\ \ \ | |_|/ |/| | | Replace $verbose with VERBOSITY_VERBOSE | ||||
| * | | Remove quiet and verbose from Command/Scan | Daniel Kesselberg | 2018-10-21 | 1 | -13/+1 |
| | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
| * | | Replace $verbose with VERBOSITY_VERBOSE for scanFiles method | Daniel Kesselberg | 2018-10-21 | 1 | -56/+26 |
| |/ | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-06 | 16 | -10/+62 |
| | |