summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-12-1210-6/+68
|
* [tx-robot] updated from transifexNextcloud bot2016-12-112-0/+16
|
* Merge pull request #2274 from nextcloud/fix-invites-on-readonly-calendarsLukas Reschke2016-12-102-0/+66
|\ | | | | Do not add invites into read-only calendars
| * Overwrite the schedule target calendar with the personal one and create it ↵Joas Schilling2016-12-092-0/+66
| | | | | | | | | | | | | | | | | | | | if missing Otherwise this leads to problems like events being added to the birthday calendar, if that one is the first calendar which was created for the user. See: https://github.com/nextcloud/server/pull/2274 Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2016-12-1012-14/+232
| |
* | Merge pull request #2588 from nextcloud/theming-check-emptyBjörn Schießle2016-12-092-1/+4
|\ \ | | | | | | Check if image files for theming are empty
| * | Check if image files for theming are emptyJulius Haertl2016-12-092-1/+4
| | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* | | Merge pull request #2584 from nextcloud/theming-filter-fixJoas Schilling2016-12-091-1/+6
|\ \ \ | |/ / |/| | Add fallback to FILTER_LANCZOS for icon resizing
| * | Add fallback to FILTER_LANCZOS for icon resizingJulius Haertl2016-12-091-1/+6
| |/ | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* / [tx-robot] updated from transifexNextcloud bot2016-12-096-4/+26
|/
* Merge pull request #2545 from nextcloud/fix-popover-widthRoeland Jago Douma2016-12-081-8/+0
|\ | | | | Fix popover width
| * Fix popover margin and widthJohn Molakvoæ (skjnldsv)2016-12-071-8/+0
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2016-12-0824-4/+86
| |
* | [tx-robot] updated from transifexNextcloud bot2016-12-078-80/+216
| |
* | Merge pull request #2530 from ↵blizzz2016-12-061-1/+1
|\ \ | |/ |/| | | | | nextcloud/fix-change-permissions-mail-shares-on-folder fix change permission on mail shares of folders
| * fix type in jsdocArthur Schiwon2016-12-061-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #2519 from nextcloud/404-versions-downloadRoeland Jago Douma2016-12-061-1/+9
|\ \ | |/ |/| Show nice error page for not available versions
| * Show nice error page for not available versionsMorris Jobke2016-12-051-1/+9
| | | | | | | | | | | | * fixes #1464 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2016-12-0612-26/+90
| |
* | Merge pull request #2505 from nextcloud/sudo-mode-provisioning-apiMorris Jobke2016-12-053-7/+24
|\ \ | |/ |/| Require sudo mode on the provisioning API
| * Require sudo mode on the provisioning APIJoas Schilling2016-12-053-7/+24
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #1934 from nextcloud/move-latly-used-tags-to-the-topMorris Jobke2016-12-056-1/+161
|\ \ | | | | | | Move lately used tags to the top
| * | Also sort the tags in the filterJoas Schilling2016-11-071-0/+35
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Sort tags by name on the admin pageJoas Schilling2016-11-071-0/+6
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | First list tags the user used latelyJoas Schilling2016-11-074-1/+120
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #2496 from nextcloud/add-activities-for-favorite-managemetMorris Jobke2016-12-059-23/+605
|\ \ \ | | | | | | | | Add an activity when managing favorites
| * | | Add tests for favorite actionJoas Schilling2016-12-041-8/+55
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Add some generic testsJoas Schilling2016-12-043-0/+248
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Add an activity when managing favoritesJoas Schilling2016-12-045-15/+302
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | fix conflict dialog styling in firefoxRobin Appelman2016-12-051-7/+5
| |_|/ |/| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2016-12-0514-16/+96
| | |
* | | Merge pull request #2497 from nextcloud/theming-icon-fixesJohn Molakvoæ2016-12-042-7/+9
|\ \ \ | |/ / |/| | Fixing issues with themed icons
| * | Fix transparency of iconsJulius Haertl2016-12-041-0/+1
| | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * | Fix background border radiusJulius Haertl2016-12-041-1/+1
| | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * | Move sizing to renderAppIcon methodJulius Haertl2016-12-042-6/+7
| | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* | | [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>