summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-12-0434-72/+122
|
* [tx-robot] updated from transifexNextcloud bot2016-12-03126-376/+458
|
* Merge pull request #2486 from nextcloud/shared-storage-maskLukas Reschke2016-12-022-6/+16
|\ | | | | apply permissions mask for shared storage
| * apply permissions mask for shared storageRobin Appelman2016-12-022-6/+16
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #2437 from nextcloud/update-notification-iconsMorris Jobke2016-12-024-10/+30
|\ \ | | | | | | Use an icon for the update notifications
| * | Fix testsJoas Schilling2016-12-021-4/+11
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Highlight the app name in the notificationJoas Schilling2016-12-011-1/+8
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Use the settings icon for the update notificationJoas Schilling2016-12-013-5/+11
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #2483 from nextcloud/fix-unshare-icon-cJohn Molakvoæ2016-12-021-5/+12
|\ \ \ | | | | | | | | Fix share tab view
| * | | Fix loader position and visibilityJohn Molakvoæ (skjnldsv)2016-12-021-4/+6
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Fix popover arrowJohn Molakvoæ (skjnldsv)2016-12-021-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Fix unshare delete iconJohn Molakvoæ (skjnldsv)2016-12-021-1/+2
| | |/ | |/| | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #2475 from nextcloud/fix-filename-local-linkMorris Jobke2016-12-021-6/+1
|\ \ \ | | | | | | | | fix width of filename in sidebar to accommodate local link
| * | | properly calculate the width of the name in the sidebarMorris Jobke2016-12-021-6/+1
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | fix width of filename in sidebar to accommodate local linkJan-Christoph Borchardt2016-12-021-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #2479 from nextcloud/icon-for-empty-versionsMorris Jobke2016-12-022-2/+10
|\ \ \ \ | | | | | | | | | | add icon if no versions are available
| * | | | add icon if no versions are availableBjoern Schiessle2016-12-022-2/+10
| |/ / / | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | Merge pull request #2471 from nextcloud/harden_files_dropLukas Reschke2016-12-022-20/+189
|\ \ \ \ | |_|/ / |/| | | Harden files drop
| * | | Add unit testsRoeland Jago Douma2016-12-021-0/+179
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Harden files dropRoeland Jago Douma2016-12-021-20/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fail on MKCOL * Only take filename ignore directories * No need to parse query parameters Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #2469 from nextcloud/fix-loading-icon-backgroundMorris Jobke2016-12-021-2/+0
|\ \ \ \ | | | | | | | | | | Remove white background from loading icon
| * | | | Remove white background from loading iconMorris Jobke2016-12-021-2/+0
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | * allows to use the loading icon on non-white background (disabled input fields for example) * fixes #2466 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Increase width of new menuMorris Jobke2016-12-021-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | fix vertical sizing change of popover in new folder flowJan-Christoph Borchardt2016-12-021-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Fix input field for new folder - fixes #2245Morris Jobke2016-12-021-1/+2
|/ / / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2016-12-024-140/+140
| | |
* | | Merge pull request #2432 from nextcloud/activity-mail-languageMorris Jobke2016-12-0112-47/+125
|\ \ \ | | | | | | | | Make sure the activity emails can be sent in the users language
| * | | Adjust all implementations in the server repoJoas Schilling2016-12-0112-47/+125
| | |/ | |/| | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #2444 from nextcloud/detect-also-a-400-statusChristoph Wurst2016-12-012-1/+6
|\ \ \ | | | | | | | | Catch status code 400
| * | | Catch status code 400Lukas Reschke2016-12-012-1/+6
| | |/ | |/| | | | | | | | | | | | | In case the server returns a statuscode 400 we should also gracefully return to the home directory. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #2435 from nextcloud/sidebar-preview-non-previewRoeland Jago Douma2016-12-011-3/+12
|\ \ \ | |/ / |/| | allow registering sidebar preview handlers for mimetypes that dont co…
| * | allow registering sidebar preview handlers for mimetypes that dont come with ↵Robin Appelman2016-12-011-3/+12
| | | | | | | | | | | | | | | | | | server side previews Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | fix mouse pointerBjoern Schiessle2016-12-011-1/+5
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | We should always show permanent actionsRoeland Jago Douma2016-12-011-7/+3
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #2371 from ↵Lukas Reschke2016-12-013-3/+19
|\ \ \ | |_|/ |/| | | | | | | | nextcloud/issue-2369-add-share-indicator-for-mail-shares Add share indicator for mail shares
| * | Display link share icon when toggling shareRoeland Jago Douma2016-11-301-1/+10
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Add an icon when the file is shared by mailJoas Schilling2016-11-301-0/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Also get infos about email sharesJoas Schilling2016-11-301-1/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Make sure the app is loaded in davJoas Schilling2016-11-301-1/+5
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2016-12-0114-212/+274
| | |
* | | Merge pull request #2422 from nextcloud/text-preview-debugRobin Appelman2016-11-301-5/+1
|\ \ \ | | | | | | | | remove js debug statements in sidebar text preview generator
| * | | remove js debug statements in sidebar text preview generatorRobin Appelman2016-11-301-5/+1
| | |/ | |/| | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* / | [tx-robot] updated from transifexNextcloud bot2016-11-3016-0/+180
|/ /
* | Merge pull request #2406 from nextcloud/move-dav-activities-to-new-apiRoeland Jago Douma2016-11-3019-436/+1702
|\ \ | | | | | | Move dav activities to new api
| * | Add tests for the base providerJoas Schilling2016-11-302-1/+190
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Move generic tests into namespaceJoas Schilling2016-11-302-4/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Deduplicate the provider codeJoas Schilling2016-11-304-171/+133
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Add unit tests for ISetting instancesJoas Schilling2016-11-301-0/+121
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Add tests for the filtersJoas Schilling2016-11-303-0/+278
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Move event and todo parsing to new APIJoas Schilling2016-11-297-319/+387
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>