]>
source.dussan.org Git - nextcloud-server.git/log
John Molakvoæ (skjnldsv) [Wed, 7 Dec 2016 09:42:56 +0000 (10:42 +0100)]
Fix popover margin and width
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Roeland Jago Douma [Tue, 6 Dec 2016 11:02:11 +0000 (12:02 +0100)]
Merge pull request #2524 from nextcloud/fix-db-selection
Fix db selection design and fix #2511
Roeland Jago Douma [Tue, 6 Dec 2016 11:01:30 +0000 (12:01 +0100)]
Merge pull request #2519 from nextcloud/404-versions-download
Show nice error page for not available versions
John Molakvoæ (skjnldsv) [Tue, 6 Dec 2016 08:56:00 +0000 (09:56 +0100)]
Fix db selection design and fix #2511
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Roeland Jago Douma [Tue, 6 Dec 2016 07:57:36 +0000 (08:57 +0100)]
Merge pull request #2513 from nextcloud/fix-htaccess-checks
Properly check the data dir
Roeland Jago Douma [Tue, 6 Dec 2016 07:39:46 +0000 (08:39 +0100)]
Merge pull request #2521 from nextcloud/config-switches
Document updater channel & check for correct PHP version in updater
Nextcloud bot [Tue, 6 Dec 2016 01:07:19 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Mon, 5 Dec 2016 22:46:20 +0000 (23:46 +0100)]
Document updater channel & check for correct PHP version in updater
* see https://github.com/nextcloud/updater/issues/53
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Mon, 5 Dec 2016 16:09:23 +0000 (17:09 +0100)]
Properly check the data dir
* fixes #1364
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Mon, 5 Dec 2016 22:26:32 +0000 (23:26 +0100)]
Merge pull request #2520 from nextcloud/replace-string
Check for nextcloud version as well
Morris Jobke [Mon, 5 Dec 2016 22:25:41 +0000 (23:25 +0100)]
Merge pull request #497 from nextcloud/postgres-setup-no-admin
handle postgres setup when we cant connect as admin
Morris Jobke [Mon, 5 Dec 2016 21:29:29 +0000 (22:29 +0100)]
Merge pull request #2505 from nextcloud/sudo-mode-provisioning-api
Require sudo mode on the provisioning API
Morris Jobke [Mon, 5 Dec 2016 21:23:34 +0000 (22:23 +0100)]
Merge pull request #2516 from nextcloud/graceful_no_share_provider
Handle unavailable share providers more graceful
Lukas Reschke [Mon, 5 Dec 2016 21:18:24 +0000 (22:18 +0100)]
Check for nextcloud version as well
The code checker didn't consider the "nextcloud" version before, resulting in fails such as https://travis-ci.org/nextcloud/richdocuments/jobs/
181470760 #L415-L416
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Morris Jobke [Mon, 5 Dec 2016 21:15:59 +0000 (22:15 +0100)]
Show nice error page for not available versions
* fixes #1464
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Lukas Reschke [Mon, 5 Dec 2016 21:06:14 +0000 (22:06 +0100)]
Merge pull request #2509 from nextcloud/sudo-mode-for-app-enabling
Add sudo mode to enabling and disabling apps
Roeland Jago Douma [Mon, 5 Dec 2016 19:57:15 +0000 (20:57 +0100)]
Set last-login-check on basic auth
Else the last-login-check fails hard because the session value is not
set and thus defaults to 0.
* Started with tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Mon, 5 Dec 2016 18:40:37 +0000 (19:40 +0100)]
Handle unavailable share providers more graceful
If the sharebymail app (or the federatedshareprovider app) are disabled
this kills a lot of stuff. So we should handle a share provider not
begin available a bit more graceful.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Christoph Wurst [Mon, 5 Dec 2016 16:14:23 +0000 (17:14 +0100)]
Merge pull request #2484 from nextcloud/fix-wrong-update-of-email-address
make sure that we only update the email address if it really changed
Morris Jobke [Mon, 5 Dec 2016 15:12:30 +0000 (16:12 +0100)]
Merge pull request #2508 from nextcloud/systemtags-dropdown-style
improve systemtags selector styling
Morris Jobke [Mon, 5 Dec 2016 15:10:33 +0000 (16:10 +0100)]
Merge pull request #1934 from nextcloud/move-latly-used-tags-to-the-top
Move lately used tags to the top
Robin Appelman [Thu, 21 Jul 2016 10:44:02 +0000 (12:44 +0200)]
handle postgres setup when we cant connect as admin
Morris Jobke [Mon, 5 Dec 2016 14:44:24 +0000 (15:44 +0100)]
Merge pull request #2496 from nextcloud/add-activities-for-favorite-managemet
Add an activity when managing favorites
Morris Jobke [Mon, 5 Dec 2016 14:38:13 +0000 (15:38 +0100)]
Merge pull request #2411 from nextcloud/fix-encryption-home-storage
check if the file should really be encrypted before we update the file cache
Morris Jobke [Mon, 5 Dec 2016 14:33:41 +0000 (15:33 +0100)]
Merge pull request #2501 from nextcloud/issue-2472-remove-update-notification-after-updating
Remove the update warning and the notification after an successful up…
Morris Jobke [Mon, 5 Dec 2016 14:19:02 +0000 (15:19 +0100)]
Merge pull request #2507 from nextcloud/conflict-dialog-ff
fix conflict dialog styling in firefox
Lukas Reschke [Mon, 5 Dec 2016 14:10:32 +0000 (15:10 +0100)]
Add sudo mode to enabling and disabling apps
Otherwise an administrator could bypass sudo mode by installing an app that allows RCE by design. I've by intention excluded the update endpoint from the requirement because updating apps should be as unintruisive as possible.
Not the cleanest approach by adding this to the AJAX endpoints instead of requiring a controller but for 11 this felt safer for me. We can clean this up together later then. (also the other AJAX endpoints in this folder do have the same logic)
Ref https://github.com/nextcloud/server/issues/2487
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Robin Appelman [Mon, 5 Dec 2016 13:59:14 +0000 (14:59 +0100)]
improve systemtags selector styling
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Mon, 5 Dec 2016 13:20:54 +0000 (14:20 +0100)]
fix conflict dialog styling in firefox
Signed-off-by: Robin Appelman <robin@icewind.nl>
Morris Jobke [Mon, 5 Dec 2016 11:15:05 +0000 (12:15 +0100)]
Merge pull request #2468 from nextcloud/fix-personal-settings-readonly
personal settings: handle read-only parameters correctly
Morris Jobke [Mon, 5 Dec 2016 11:06:05 +0000 (12:06 +0100)]
Merge pull request #2502 from nextcloud/personal-settings-dead-code
remove dead js code from personal settings
Morris Jobke [Mon, 5 Dec 2016 11:05:26 +0000 (12:05 +0100)]
Merge pull request #2500 from nextcloud/issue-2326-personal-settings
Allow emtpy values on personal page and fix saving checkmark position
Joas Schilling [Mon, 5 Dec 2016 10:55:21 +0000 (11:55 +0100)]
Require sudo mode on the provisioning API
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 5 Dec 2016 09:38:38 +0000 (10:38 +0100)]
Remove the update warning and the notification after an successful update
Signed-off-by: Joas Schilling <coding@schilljs.com>
Christoph Wurst [Mon, 5 Dec 2016 09:50:04 +0000 (10:50 +0100)]
remove dead js code from personal settings
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst [Mon, 5 Dec 2016 09:47:00 +0000 (10:47 +0100)]
Allow emtpy values on personal page and fix saving checkmark position
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Bjoern Schiessle [Mon, 5 Dec 2016 09:03:39 +0000 (10:03 +0100)]
hide password recovery note if email address can't be set
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Roeland Jago Douma [Mon, 5 Dec 2016 07:45:18 +0000 (08:45 +0100)]
Merge pull request #2491 from nextcloud/fix-groups-enable-visual
Put "Enable only for specific groups" into a new div
Nextcloud bot [Mon, 5 Dec 2016 01:07:41 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
John Molakvoæ (skjnldsv) [Fri, 2 Dec 2016 22:54:24 +0000 (23:54 +0100)]
Change groups enable to block element
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: Felix A. Epp <work@felixepp.de>
John Molakvoæ [Sun, 4 Dec 2016 15:09:12 +0000 (16:09 +0100)]
Merge pull request #2497 from nextcloud/theming-icon-fixes
Fixing issues with themed icons
Julius Haertl [Sun, 4 Dec 2016 12:04:19 +0000 (13:04 +0100)]
Fix transparency of icons
Signed-off-by: Julius Haertl <jus@bitgrid.net>
Julius Haertl [Sun, 4 Dec 2016 12:03:02 +0000 (13:03 +0100)]
Fix background border radius
Signed-off-by: Julius Haertl <jus@bitgrid.net>
Julius Haertl [Sun, 4 Dec 2016 12:02:17 +0000 (13:02 +0100)]
Move sizing to renderAppIcon method
Signed-off-by: Julius Haertl <jus@bitgrid.net>
Joas Schilling [Sun, 4 Dec 2016 11:54:34 +0000 (12:54 +0100)]
Add tests for favorite action
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Sun, 4 Dec 2016 11:41:14 +0000 (12:41 +0100)]
Add some generic tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Sun, 4 Dec 2016 11:14:10 +0000 (12:14 +0100)]
Add an activity when managing favorites
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Sun, 4 Dec 2016 01:07:30 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Sat, 3 Dec 2016 19:23:54 +0000 (20:23 +0100)]
Merge pull request #2493 from nextcloud/php7.1-final
Bump 7.1 CI to final!
Roeland Jago Douma [Sat, 3 Dec 2016 18:44:37 +0000 (19:44 +0100)]
Bump 7.1 CI to final!
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Morris Jobke [Sat, 3 Dec 2016 10:10:22 +0000 (11:10 +0100)]
Merge pull request #2428 from justin-sleep/upstream
Fix #2427 by converting $remember to integer
John Molakvoæ [Sat, 3 Dec 2016 08:20:39 +0000 (09:20 +0100)]
Merge pull request #2434 from nextcloud/app-list-grow
dont grow items in the app list
John Molakvoæ (skjnldsv) [Fri, 2 Dec 2016 19:28:57 +0000 (20:28 +0100)]
use flex and specify rows to align everything
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Nextcloud bot [Sat, 3 Dec 2016 01:07:26 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Lukas Reschke [Fri, 2 Dec 2016 22:39:48 +0000 (23:39 +0100)]
Merge pull request #2486 from nextcloud/shared-storage-mask
apply permissions mask for shared storage
Lukas Reschke [Fri, 2 Dec 2016 21:10:15 +0000 (22:10 +0100)]
Merge pull request #2482 from nextcloud/fix-loading-icon-size
Fix loader size to 32px and 16px
justin-sleep [Fri, 2 Dec 2016 20:07:45 +0000 (14:07 -0600)]
Move integer casting to the top of the chain
Signed-off-by: justin-sleep <justin@quarterfull.com>
Morris Jobke [Fri, 2 Dec 2016 19:05:50 +0000 (20:05 +0100)]
Merge pull request #2437 from nextcloud/update-notification-icons
Use an icon for the update notifications
Morris Jobke [Fri, 2 Dec 2016 19:03:35 +0000 (20:03 +0100)]
Merge pull request #2490 from nextcloud/updated-gif-loader
Fix gif loader to fit css design, fix #1825
Roeland Jago Douma [Fri, 2 Dec 2016 18:57:46 +0000 (19:57 +0100)]
Merge pull request #2480 from nextcloud/update-cache-success
only update the cache if the storage operation succeeds
John Molakvoæ [Fri, 2 Dec 2016 18:49:32 +0000 (19:49 +0100)]
Merge pull request #2483 from nextcloud/fix-unshare-icon-c
Fix share tab view
John Molakvoæ (skjnldsv) [Fri, 2 Dec 2016 18:15:54 +0000 (19:15 +0100)]
Fix gif loader to fit css design
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Fri, 2 Dec 2016 17:00:49 +0000 (18:00 +0100)]
Fix loader position and visibility
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Fri, 2 Dec 2016 16:52:40 +0000 (17:52 +0100)]
Fix popover arrow
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Bjoern Schiessle [Fri, 2 Dec 2016 15:54:17 +0000 (16:54 +0100)]
make sure that we only update the email address if it really changed
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Morris Jobke [Fri, 2 Dec 2016 17:04:57 +0000 (18:04 +0100)]
Merge pull request #2475 from nextcloud/fix-filename-local-link
fix width of filename in sidebar to accommodate local link
Robin Appelman [Fri, 2 Dec 2016 17:04:21 +0000 (18:04 +0100)]
update test
Signed-off-by: Robin Appelman <robin@icewind.nl>
John Molakvoæ (skjnldsv) [Fri, 2 Dec 2016 17:04:03 +0000 (18:04 +0100)]
Fix loader size to 32px and 16px
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Morris Jobke [Fri, 2 Dec 2016 17:03:50 +0000 (18:03 +0100)]
Merge pull request #2479 from nextcloud/icon-for-empty-versions
add icon if no versions are available
Robin Appelman [Fri, 2 Dec 2016 16:59:02 +0000 (17:59 +0100)]
apply permissions mask for shared storage
Signed-off-by: Robin Appelman <robin@icewind.nl>
John Molakvoæ (skjnldsv) [Fri, 2 Dec 2016 16:44:35 +0000 (17:44 +0100)]
Fix unshare delete icon
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Lukas Reschke [Fri, 2 Dec 2016 16:43:04 +0000 (17:43 +0100)]
Merge pull request #2471 from nextcloud/harden_files_drop
Harden files drop
Robin Appelman [Fri, 2 Dec 2016 15:20:49 +0000 (16:20 +0100)]
only update the cache if the storage operation succeeds
Signed-off-by: Robin Appelman <robin@icewind.nl>
Morris Jobke [Fri, 2 Dec 2016 15:08:12 +0000 (16:08 +0100)]
properly calculate the width of the name in the sidebar
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Fri, 2 Dec 2016 14:53:38 +0000 (15:53 +0100)]
Merge pull request #2469 from nextcloud/fix-loading-icon-background
Remove white background from loading icon
Morris Jobke [Fri, 2 Dec 2016 14:51:02 +0000 (15:51 +0100)]
Merge pull request #2470 from nextcloud/fix-new-folder
Fix input field for new folder
Morris Jobke [Fri, 2 Dec 2016 14:48:40 +0000 (15:48 +0100)]
Install instance before running integration tests
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Bjoern Schiessle [Fri, 2 Dec 2016 14:40:19 +0000 (15:40 +0100)]
add icon if no versions are available
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Jan-Christoph Borchardt [Fri, 2 Dec 2016 13:49:19 +0000 (14:49 +0100)]
fix width of filename in sidebar to accommodate local link
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Bjoern Schiessle [Fri, 2 Dec 2016 11:31:11 +0000 (12:31 +0100)]
handle read-only parameters correctly
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Robin Appelman [Fri, 2 Dec 2016 13:37:12 +0000 (14:37 +0100)]
Merge pull request #2448 from nextcloud/errorreload-login
only reload on errors when logged in
Morris Jobke [Fri, 2 Dec 2016 13:29:15 +0000 (14:29 +0100)]
Increase width of new menu
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Robin Appelman [Fri, 2 Dec 2016 12:40:23 +0000 (13:40 +0100)]
adjust js tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
Jan-Christoph Borchardt [Fri, 2 Dec 2016 12:22:48 +0000 (13:22 +0100)]
fix vertical sizing change of popover in new folder flow
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Roeland Jago Douma [Fri, 2 Dec 2016 12:09:10 +0000 (13:09 +0100)]
Add tests to drone
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Fri, 2 Dec 2016 09:43:11 +0000 (10:43 +0100)]
Add intergration tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Fri, 2 Dec 2016 09:37:06 +0000 (10:37 +0100)]
Add unit tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Fri, 2 Dec 2016 09:03:02 +0000 (10:03 +0100)]
Harden files drop
* Fail on MKCOL
* Only take filename ignore directories
* No need to parse query parameters
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Morris Jobke [Fri, 2 Dec 2016 11:53:24 +0000 (12:53 +0100)]
Fix input field for new folder - fixes #2245
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Fri, 2 Dec 2016 11:39:12 +0000 (12:39 +0100)]
Remove white background from loading icon
* 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>
Joas Schilling [Fri, 2 Dec 2016 08:37:08 +0000 (09:37 +0100)]
Fix tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Fri, 2 Dec 2016 01:07:35 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Robin Appelman [Thu, 1 Dec 2016 22:44:50 +0000 (23:44 +0100)]
only reload on errors when logged in
Signed-off-by: Robin Appelman <robin@icewind.nl>
Morris Jobke [Thu, 1 Dec 2016 22:01:00 +0000 (23:01 +0100)]
Merge pull request #2432 from nextcloud/activity-mail-language
Make sure the activity emails can be sent in the users language
Christoph Wurst [Thu, 1 Dec 2016 20:25:54 +0000 (21:25 +0100)]
Merge pull request #2444 from nextcloud/detect-also-a-400-status
Catch status code 400
Roeland Jago Douma [Thu, 1 Dec 2016 20:14:10 +0000 (21:14 +0100)]
Merge pull request #2435 from nextcloud/sidebar-preview-non-preview
allow registering sidebar preview handlers for mimetypes that dont co…
Roeland Jago Douma [Thu, 1 Dec 2016 19:15:48 +0000 (20:15 +0100)]
Merge pull request #2441 from nextcloud/optimize-createParentDirectories
Prevent endless loop in \OC\Files\View::createParentDirectories
Lukas Reschke [Thu, 1 Dec 2016 18:13:28 +0000 (19:13 +0100)]
Catch status code 400
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>
Lukas Reschke [Thu, 1 Dec 2016 17:52:32 +0000 (18:52 +0100)]
Add tests
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Thu, 1 Dec 2016 15:52:12 +0000 (16:52 +0100)]
Prevent endless loop in \OC\Files\View::createParentDirectories
\OC\Files\View::createParentDirectories was previously prone to an endless loop. If a path such as /foo/existingfile.txt/bar/foo was passed and existingfile.txt existed in foo the loop was never left and running until the PHP process timed out.
This commit changes the logic to a foreach loop over an array and additionally additional error handling using is_file.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>