summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-11-1540-84/+406
|
* Merge pull request #12448 from nextcloud/bugfix/noid/dav-loadappsMorris Jobke2018-11-142-3/+2
|\ | | | | Load apps that have a dav type set before the dav server plugins
| * Load apps that have a dav type set before the dav server pluginsJulius Härtl2018-11-142-3/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Update PHPDoc to fix typosMorris Jobke2018-11-141-2/+3
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #12417 from ↵Morris Jobke2018-11-141-18/+28
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/app-files_external-replace-insertIfNotExist Fix UniqueConstraintViolationException while insert into files_external config tables
| * | Fix UniqueConstraintViolationException while insert into files_external ↵Morris Jobke2018-11-141-18/+28
| | | | | | | | | | | | | | | | | | | | | | | | config tables * followup to #12371 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #12454 from nextcloud/list-shrink-fixMorris Jobke2018-11-142-2/+2
|\ \ \ | | | | | | | | Fix breakpoint and shrinking of the content + list
| * | | Fix breakpoint and shrinking of the content + listJohn Molakvoæ (skjnldsv)2018-11-142-2/+2
| | |/ | |/| | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* / | twofactor auth settings are not regular settingsRobin Appelman2018-11-141-4/+0
|/ / | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-11-1412-4/+42
| |
* | Merge pull request #12398 from nextcloud/fix/12378Morris Jobke2018-11-131-6/+15
|\ \ | | | | | | change "Download" to "Download all files" for shared folders
| * | change "Download" to "Download all files" for shared foldersJonas Sulzer2018-11-101-6/+15
| | | | | | | | | | | | | | | | | | fixes #12378 Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
* | | Merge pull request #12275 from ↵Morris Jobke2018-11-138-12/+221
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/11975/oracle_calendar_subscriptions_source Fix Calendarsubscriptions source column change on Oracle
| * | | Fix Calendarsubscriptions source column change on OracleGeorg Ehrke2018-11-138-12/+221
| | |/ | |/| | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-11-1380-108/+88
| | |
* | | Merge pull request #11942 from nextcloud/techdebt/noid/use-count-functionMorris Jobke2018-11-124-5/+5
|\ \ \ | |/ / |/| | Use the defined func()->count() instead of manual counting
| * | Use the defined func()->count() instead of manual countingJoas Schilling2018-11-084-5/+5
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #12389 from nextcloud/fix-dav-groupidJohn Molakvoæ2018-11-122-48/+17
|\ \ \ | | | | | | | | Fix displayName return of dav groups request
| * | | Fix displayName return of dav groups requestJohn Molakvoæ (skjnldsv)2018-11-102-48/+17
| | |/ | |/| | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-11-126-0/+10
| | |
* | | Merge pull request #12385 from nextcloud/fix/12356/grid-toggle-fixMorris Jobke2018-11-111-1/+1
|\ \ \ | | | | | | | | Fixes the grid toggle for none folder shares
| * | | Fixes the grid toggle for none folder sharesMichael Weimann2018-11-091-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | | [tx-robot] updated from transifexNextcloud bot2018-11-118-4/+26
| |/ / |/| |
* | | [tx-robot] updated from transifexNextcloud bot2018-11-10110-442/+450
|/ /
* | Merge pull request #12358 from nextcloud/bugfix/noid/wrong-update-check-versionMorris Jobke2018-11-099-24/+36
|\ \ | | | | | | Check for compatible apps from the appstore fails
| * | Adjust unit testsJoas Schilling2018-11-092-7/+11
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Improve style of incompatible apps listMorris Jobke2018-11-081-0/+4
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Use the version number when checking the appstore for compatible updatesJoas Schilling2018-11-086-12/+13
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix overlapping update button in notificationsMorris Jobke2018-11-083-6/+9
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2018-11-09132-330/+368
| |
* | Merge pull request #12349 from ↵Morris Jobke2018-11-082-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 messageJoas Schilling2018-11-082-49/+157
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #12335 from nextcloud/fix/12319/respect-fixed-usernamesblizzz2018-11-082-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 Schiwon2018-11-072-4/+52
| | | | | | | | | | | | Fixes #12319 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #10059 from nextcloud/feature/1497/cache_webcal_calendarsMorris Jobke2018-11-0820-116/+2379
|\ \ | | | | | | cache webcal calendars on server
| * | cache webcal calendars on serverGeorg Ehrke2018-11-0720-116/+2379
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-11-0818-0/+20
| | |
* | | Better primary visual on public pagesJohn Molakvoæ (skjnldsv)2018-11-071-0/+14
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #12324 from ↵Morris Jobke2018-11-072-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 sharesDaniel Calviño Sánchez2018-11-062-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 Jobke2018-11-072-5/+22
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/2443/comment-mentions-with-spaces Comment mentions with spaces
| * | | | Fix the comments UI and activities for space-mentionsJoas Schilling2018-11-072-5/+22
| | |/ / | |/| | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #12317 from nextcloud/deps/noid/es6-polyfillMorris Jobke2018-11-071-4/+12
|\ \ \ \ | |_|_|/ |/| | | Add es6-shim as polyfill and minify core vendor scripts
| * | | Fix file move testsJulius Härtl2018-11-071-4/+12
| |/ / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Fix unit testsMorris Jobke2018-11-071-1/+2
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Reduce function callsMorris Jobke2018-11-071-1/+1
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Improve text to be better translatable and use CSS instead of HTML for bold textMorris Jobke2018-11-072-2/+3
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Fix indentation of CSSMorris Jobke2018-11-071-6/+6
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Adapts the code to the new master stateMichael Weimann2018-11-072-16/+25
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | Moves the terms of service into a dialogMichael Weimann2018-11-074-15/+32
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>