summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-03-0138-0/+48
|
* Fix upload button visible on read-only foldersDaniel Calviño Sánchez2018-02-281-1/+4
| | | | | | | | | | | | | | | | The div that contains the elements related to the creation of new files, and thus the upload button, is always present in the DOM; it is hidden or shown based on the folder permissions by adding or removing the "hidden" CSS class. However, as the other CSS classes for the div are "actions" and "creatable" and a "display: flex" rule was defined for ".actions.creatable" below the "display: none" rule for ".actions.hidden" the last one took precedence and the div ended being always visible, even if the "hidden" CSS class was set. Now the rules for the ".actions.hidden" selector are defined below the rules for the ".actions.creatable" selector and thus the "display: none" rule is applied as expected. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Merge pull request #8566 from nextcloud/provisioning_strictRoeland Jago Douma2018-02-287-58/+59
|\ | | | | Make the provisioning api app strict
| * Fix testsRoeland Jago Douma2018-02-273-15/+14
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Make the provisioning api app strictRoeland Jago Douma2018-02-275-44/+46
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #8569 from nextcloud/cleanup_unused_static_sharingRoeland Jago Douma2018-02-281-170/+0
|\ \ | | | | | | Remove unused static sharing helper code
| * | Remove unused static sharing helper codeRoeland Jago Douma2018-02-271-170/+0
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-02-28156-408/+518
| | |
* | | Merge pull request #8565 from ↵Roeland Jago Douma2018-02-272-2/+127
|\ \ \ | |/ / |/| | | | | | | | nextcloud/bugfix/fat-48/make-outlook-and-thunderbird-addons-identifyable Make the Outlook and Thunderbird addons identifyable
| * | Make the Outlook and Thunderbird addons identifyableJoas Schilling2018-02-272-2/+127
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #8496 from nextcloud/ext-strg-design-fixesMorris Jobke2018-02-274-101/+111
|\ \ | |/ |/| External storage design fixes and update
| * fixup! Fixed testsJohn Molakvoæ (skjnldsv)2018-02-271-3/+3
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * fixup! Fixed testsJohn Molakvoæ (skjnldsv)2018-02-273-13/+10
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * fixup! Fixed testsJohn Molakvoæ (skjnldsv)2018-02-271-20/+20
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fixed testsJohn Molakvoæ (skjnldsv)2018-02-271-3/+10
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fixed actions and header missing thJohn Molakvoæ (skjnldsv)2018-02-273-7/+8
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * fixup! Fixed icons paddingJohn Molakvoæ (skjnldsv)2018-02-261-0/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fixed icons paddingJohn Molakvoæ (skjnldsv)2018-02-262-19/+21
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Select in popover fixJohn Molakvoæ (skjnldsv)2018-02-221-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Tooltip fix on status iconJohn Molakvoæ (skjnldsv)2018-02-222-2/+7
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * fixup! Changed config saving feedback designJohn Molakvoæ (skjnldsv)2018-02-221-2/+0
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Better label stylingJohn Molakvoæ (skjnldsv)2018-02-221-3/+3
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Changed config saving feedback designJohn Molakvoæ (skjnldsv)2018-02-223-12/+11
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Use popovermenu instead of dropdown and small fix to popovermenuJohn Molakvoæ (skjnldsv)2018-02-223-46/+46
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #7363 from nextcloud/default-share-permsMorris Jobke2018-02-274-30/+53
|\ \ | | | | | | Let the admin configure the default share permissions
| * | fix unit testsBjoern Schiessle2018-02-272-2/+16
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | share api: use default permission of no permission is givenBjoern Schiessle2018-02-271-28/+35
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | add share permissions to settings pageBjoern Schiessle2018-02-271-0/+2
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | Merge pull request #8051 from nextcloud/public-templateRoeland Jago Douma2018-02-278-105/+208
|\ \ \ | | | | | | | | Public page template response
| * | | Fix files_sharing testsJulius Härtl2018-02-272-5/+31
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Add missing phpdoc for public APIJulius Härtl2018-02-271-10/+10
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Add phpdoc, typehints and sanitize HTMLJulius Härtl2018-02-272-6/+27
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Use PublicTemplateResponse for files_sharingJulius Härtl2018-02-277-101/+157
| |/ / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #8285 from ↵Roeland Jago Douma2018-02-271-3/+13
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/apps_files-smb-catch-exceptions-on-listing Make SMB module more fault-tolerant
| * | | Make SMB module more fault-tolerantRoland Tapken2018-02-091-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ignore unavailable files when fetching the share's mtime or reading directory listings. This can happen on servers using a distributed file system (DFS) with unavailable destinations, for example when the remote server is offline. Signed-off-by: Roland Tapken <roland@bitarbeiter.net>
* | | | Merge pull request #8475 from sagorika1996/themeMorris Jobke2018-02-271-5/+32
|\ \ \ \ | | | | | | | | | | Empty name not allowed in theming app
| * | | | Empty name not allowedSagorika Das2018-02-271-5/+32
| | |/ / | |/| | | | | | | | | | | | | | | | | | Do not allow empty name in theming app. Signed-off-by: Sagorika Das <sagorika1996@gmail.com>
* | | | Loglevel is an intRoeland Jago Douma2018-02-271-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Make ILogger strictRoeland Jago Douma2018-02-271-1/+1
|/ / / | | | | | | | | | | | | | | | | | | * Make implementations strict * Add scalar typehints Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-02-27232-1610/+1622
| | |
* | | Merge pull request #8485 from sagorika1996/renameRoeland Jago Douma2018-02-261-1/+5
|\ \ \ | | | | | | | | Rename dialog closed when not active
| * | | rename dialog closed when not activeSagorika Das2018-02-211-1/+5
| | | | | | | | | | | | | | | | Signed-off-by: Sagorika Das <sagorika1996@gmail.com>
* | | | Merge pull request #7933 from nextcloud/update-notification-vuejsJoas Schilling2018-02-2614-178/+6614
|\ \ \ \ | | | | | | | | | | Migrate Update notifications to Vue.js
| * | | | Fix appnameMorris Jobke2018-02-261-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | Fix unit testsJoas Schilling2018-02-231-1/+21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Use mixin for translationsJoas Schilling2018-02-222-48/+22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Use VueSelect instead of select2Joas Schilling2018-02-226-14/+72
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Move updatenotifications to webpack with .vue fileJoas Schilling2018-02-2211-10706/+6486
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Migrate the app to Vue.jsJoas Schilling2018-02-228-163/+10767
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Rename legacy notification so it's less confusingJoas Schilling2018-02-222-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>