summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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 #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>
* | | Inlines the share note for file dropsMichael Weimann2018-11-071-0/+1
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | Inlines the share note for file dropsMichael Weimann2018-11-074-7/+30
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | Hides the header actions for file dropsMichael Weimann2018-11-072-4/+100
|/ / | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* / [tx-robot] updated from transifexNextcloud bot2018-11-0740-38/+98
|/
* Merge pull request #12303 from nextcloud/grid-for-all-file-templatesJohn Molakvoæ2018-11-0623-28/+94
|\ | | | | Add grid toggle for every files view
| * Fix testsJohn Molakvoæ (skjnldsv)2018-11-062-6/+11
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix min trhumbnail sizeJohn Molakvoæ (skjnldsv)2018-11-063-5/+5
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Add grid toggle for every files viewJohn Molakvoæ (skjnldsv)2018-11-0619-17/+78
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #11968 from nextcloud/feature/noid/drop-verbose-appscanDaniel Kesselberg2018-11-061-61/+25
|\ \ | | | | | | Replace $verbose with VERBOSITY_VERBOSE for scanFiles method
| * | Revert changes not related to $verboseDaniel Kesselberg2018-10-221-4/+4
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Replace $verbose with VERBOSITY_VERBOSE for scanFiles methodDaniel Kesselberg2018-10-211-63/+27
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #11831 from nextcloud/feature/noid/drop-verbose-scanMorris Jobke2018-11-061-69/+27
|\ \ \ | |_|/ |/| | Replace $verbose with VERBOSITY_VERBOSE
| * | Remove quiet and verbose from Command/ScanDaniel Kesselberg2018-10-211-13/+1
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Replace $verbose with VERBOSITY_VERBOSE for scanFiles methodDaniel Kesselberg2018-10-211-56/+26
| |/ | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | [tx-robot] updated from transifexNextcloud bot2018-11-0616-10/+62
| |
* | Merge pull request #12128 from tomasz-grobelny/fix_file_moveMorris Jobke2018-11-062-58/+106
|\ \ | | | | | | Fix file move operation for large number of files
| * \ Merge remote-tracking branch 'upstream/master' into fix_file_moveTomasz Grobelny2018-11-04111-590/+2190
| |\ \ | | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
| * | | Fix move related testsTomasz Grobelny2018-11-032-60/+73
| | | | | | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
| * | | Fix file move operation for large number of filesTomasz Grobelny2018-10-301-5/+40
| | | | | | | | | | | | | | | | Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
* | | | Merge pull request #12289 from nextcloud/ie11-grid-disableRoeland Jago Douma2018-11-052-1/+7
|\ \ \ \ | | | | | | | | | | Disable grid for ie
| * | | | Disable grid for ieJohn Molakvoæ (skjnldsv)2018-11-052-1/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Allow writing an empty file with the new writeStreamRoeland Jago Douma2018-11-051-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #12242 from nextcloud/uid-conccurencyJohn Molakvoæ2018-11-052-25/+125
|\ \ \ \ \ | | | | | | | | | | | | Uid concurrency check fix for vcards
| * | | | | Phpunit testsJohn Molakvoæ (skjnldsv)2018-11-051-25/+112
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | Add check for vCard uidJohn Molakvoæ (skjnldsv)2018-11-051-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | Merge pull request #12271 from nextcloud/prevent-upload-cancelMorris Jobke2018-11-051-5/+24
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Ask before cancelling an ongoing upload
| * | | | | Ask before cancelling an ongoing uploadJohn Molakvoæ (skjnldsv)2018-11-051-5/+24
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | Merge pull request #12185 from nextcloud/cleanup/dicontainerMorris Jobke2018-11-052-2/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Cleanup the DIContainer
| * | | | | Fix files_sharingRoeland Jago Douma2018-11-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | Properly query the methodreflectorRoeland Jago Douma2018-11-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #12004 from nextcloud/dl-vcf-groups-pluginJohn Molakvoæ2018-11-054-0/+126
|\ \ \ \ \ \ | | | | | | | | | | | | | | Multi vcf download plugin
| * | | | | | Added multi-get vcf download pluginJohn Molakvoæ (skjnldsv)2018-11-044-0/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | | Merge pull request #12262 from ↵Roeland Jago Douma2018-11-052-102/+102
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-4.24.0 Bump webpack from 4.23.1 to 4.24.0 in /apps/accessibility