]>
source.dussan.org Git - nextcloud-server.git/log
Lukas Reschke [Mon, 12 Dec 2016 17:03:49 +0000 (18:03 +0100)]
Increase version once again
For https://github.com/nextcloud/server/pull/2615
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Mon, 12 Dec 2016 15:40:40 +0000 (16:40 +0100)]
Merge pull request #2627 from nextcloud/already-increase-version
Increase version to 11.0.0
Lukas Reschke [Mon, 12 Dec 2016 15:04:48 +0000 (16:04 +0100)]
Merge pull request #2620 from nextcloud/theming-externalfiles
Show theming icons on external storage folders
Lukas Reschke [Mon, 12 Dec 2016 15:03:17 +0000 (16:03 +0100)]
Increase version to 11.0.0
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Mon, 12 Dec 2016 13:49:19 +0000 (14:49 +0100)]
Merge pull request #2622 from nextcloud/improve-wording
improve wording of admin settings to enable search on the public address book
Bjoern Schiessle [Mon, 12 Dec 2016 12:55:12 +0000 (13:55 +0100)]
improve wording of admin settings to enable search on the public address book
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Julius Haertl [Fri, 9 Dec 2016 11:50:14 +0000 (12:50 +0100)]
Show theming icons on external storage folders
Signed-off-by: Julius Haertl <jus@bitgrid.net>
Nextcloud bot [Mon, 12 Dec 2016 01:07:18 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Lukas Reschke [Sun, 11 Dec 2016 15:34:27 +0000 (16:34 +0100)]
11.0 RC2
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Nextcloud bot [Sun, 11 Dec 2016 01:07:18 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Lukas Reschke [Sat, 10 Dec 2016 11:22:15 +0000 (12:22 +0100)]
Merge pull request #2274 from nextcloud/fix-invites-on-readonly-calendars
Do not add invites into read-only calendars
Lukas Reschke [Sat, 10 Dec 2016 11:21:20 +0000 (12:21 +0100)]
Merge pull request #2598 from nextcloud/fix_2403
Check for app updates on disabled page
Nextcloud bot [Sat, 10 Dec 2016 01:07:15 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Fri, 9 Dec 2016 21:46:03 +0000 (22:46 +0100)]
Merge pull request #2590 from nextcloud/postgres-install-failing
Revert "Quote database and role in queries"
Roeland Jago Douma [Fri, 9 Dec 2016 21:43:21 +0000 (22:43 +0100)]
Merge pull request #2594 from nextcloud/dont-use-cached-info
Don't use cached informations for app version when installing the app
Roeland Jago Douma [Fri, 9 Dec 2016 21:03:58 +0000 (22:03 +0100)]
Check for app updates on disabled page
Fixes #2403
We need to check for updates of disabled apps so that if you update with
incompatible apps you at least get a chance to upgrade.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
John Molakvoæ [Fri, 9 Dec 2016 19:24:08 +0000 (20:24 +0100)]
Merge pull request #2596 from nextcloud/nc11-dev-manual-link
Fix dev manual link for NC11
Christoph Wurst [Fri, 9 Dec 2016 18:32:16 +0000 (19:32 +0100)]
Fix dev manual link for NC11
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Lukas Reschke [Fri, 9 Dec 2016 16:46:05 +0000 (17:46 +0100)]
Don't use cached informations for app version
When installing an app from the appstore the `\OC_App::getAppVersion` code is triggered twice:
- First when the downloader tries to compare the current version to the new version on the appstore to check if there is a newer version. This protects against downgrade attacks and is implemented in `\OC\Installer::downloadApp`.
- Second, when the app is actually installed the current version is written to the database. (`\OC\Installer::installApp`)
This fails however when the version is actually cached. Because in step 1 the cached version will be set to "0" and then be reused in the second step.
While this is probably not the cleanest version I assume this is an approach that is least invasive. Feedback and suggestions welcome :)
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Joas Schilling [Fri, 9 Dec 2016 15:41:01 +0000 (16:41 +0100)]
Lower the role name before using it
Signed-off-by: Joas Schilling <coding@schilljs.com>
Morris Jobke [Fri, 9 Dec 2016 15:34:33 +0000 (16:34 +0100)]
Merge pull request #2587 from nextcloud/theming-app-not-loaded
Check if the theming app is loaded
Björn Schießle [Fri, 9 Dec 2016 14:57:44 +0000 (15:57 +0100)]
Merge pull request #2588 from nextcloud/theming-check-empty
Check if image files for theming are empty
Joas Schilling [Fri, 9 Dec 2016 14:36:14 +0000 (15:36 +0100)]
Revert "Quote database and role in queries"
This reverts commit
9ebd5d5bb20af9178e071c3c6f3b41d9a9bc8be0 .
Joas Schilling [Fri, 9 Dec 2016 13:53:34 +0000 (14:53 +0100)]
Merge pull request #2584 from nextcloud/theming-filter-fix
Add fallback to FILTER_LANCZOS for icon resizing
Lukas Reschke [Fri, 9 Dec 2016 12:44:53 +0000 (13:44 +0100)]
Merge pull request #2582 from nextcloud/callback-alos-on-close
Fire callback also on pure closing of prompt dialog
Julius Haertl [Fri, 9 Dec 2016 11:44:01 +0000 (12:44 +0100)]
Check if image files for theming are empty
Signed-off-by: Julius Haertl <jus@bitgrid.net>
Morris Jobke [Fri, 9 Dec 2016 09:47:40 +0000 (10:47 +0100)]
Fire callback also on pure closing of prompt dialog
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Julius Haertl [Fri, 9 Dec 2016 11:52:17 +0000 (12:52 +0100)]
Check if the theming app is loaded
Signed-off-by: Julius Haertl <jus@bitgrid.net>
Julius Haertl [Fri, 9 Dec 2016 10:51:02 +0000 (11:51 +0100)]
Add fallback to FILTER_LANCZOS for icon resizing
Signed-off-by: Julius Haertl <jus@bitgrid.net>
blizzz [Fri, 9 Dec 2016 09:37:52 +0000 (10:37 +0100)]
Merge pull request #2561 from nextcloud/save-timezone-on-login
Save the timezone on login again
Joas Schilling [Tue, 15 Nov 2016 16:01:40 +0000 (17:01 +0100)]
Overwrite the schedule target calendar with the personal one and create it 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>
Nextcloud bot [Fri, 9 Dec 2016 01:07:18 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Thu, 8 Dec 2016 16:52:44 +0000 (17:52 +0100)]
Merge pull request #2571 from nextcloud/issue-2568-allow-non-subadmins-to-change-language
Allow non subadmins to change language
Joas Schilling [Thu, 8 Dec 2016 15:24:21 +0000 (16:24 +0100)]
Allow non-subadmins to change their language
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Thu, 8 Dec 2016 15:23:49 +0000 (16:23 +0100)]
Allow to overwrite the message which we already do in SubadminMiddleware
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Thu, 8 Dec 2016 13:33:08 +0000 (14:33 +0100)]
Merge pull request #2565 from nextcloud/direct-desktop-clients
Change URL for desktop clients directly to pop-up
Joas Schilling [Thu, 8 Dec 2016 13:05:06 +0000 (14:05 +0100)]
Merge pull request #2515 from nextcloud/tag-rename-styling
fix styling of renaming system tags
Roeland Jago Douma [Thu, 8 Dec 2016 12:49:56 +0000 (13:49 +0100)]
Merge pull request #2545 from nextcloud/fix-popover-width
Fix popover width
Robin Appelman [Thu, 8 Dec 2016 12:45:17 +0000 (13:45 +0100)]
Merge pull request #2556 from Lartza/fix-setup-pgsql-quotes
Quote database and role in queries
Roeland Jago Douma [Thu, 8 Dec 2016 12:44:26 +0000 (13:44 +0100)]
Merge pull request #2534 from nextcloud/fix-avatar-upload-buttons
Fix avatar delete button
Felix A. Epp [Thu, 8 Dec 2016 11:40:52 +0000 (12:40 +0100)]
Cahnge URL for desktop clients directly to pop-up
by adding `/#install-clients` to the URL
Signed-off-by: Felix A. Epp <work@felixepp.de>
Joas Schilling [Thu, 8 Dec 2016 09:45:24 +0000 (10:45 +0100)]
Save the timezone on login again
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Thu, 8 Dec 2016 01:07:26 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Lari Tikkanen [Wed, 7 Dec 2016 20:12:25 +0000 (22:12 +0200)]
Quote database and role in queries
Fixes #1793
Signed-off-by: Lari Tikkanen <lartza@outlook.com>
Lukas Reschke [Wed, 7 Dec 2016 14:29:45 +0000 (15:29 +0100)]
Increase version string to 11,0,0,6
Lukas Reschke [Wed, 7 Dec 2016 14:26:17 +0000 (15:26 +0100)]
Merge pull request #2549 from nextcloud/increase-version-to-rc
Increase versionto 11 RC1
Lukas Reschke [Wed, 7 Dec 2016 14:25:48 +0000 (15:25 +0100)]
Increase versionto 11 RC1
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
John Molakvoæ (skjnldsv) [Wed, 7 Dec 2016 10:29:55 +0000 (11:29 +0100)]
Fix popover federationScopeMenu
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
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>
Lukas Reschke [Wed, 7 Dec 2016 09:34:19 +0000 (10:34 +0100)]
Merge pull request #2542 from nextcloud/followup-2516-undefined-provider
Make sure $provider is defined when we use it
Joas Schilling [Wed, 7 Dec 2016 06:11:32 +0000 (07:11 +0100)]
Make sure $provider is defined when we use it
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Wed, 7 Dec 2016 01:07:46 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
blizzz [Tue, 6 Dec 2016 21:53:46 +0000 (22:53 +0100)]
Merge pull request #2530 from nextcloud/fix-change-permissions-mail-shares-on-folder
fix change permission on mail shares of folders
Arthur Schiwon [Tue, 6 Dec 2016 17:08:13 +0000 (18:08 +0100)]
fix type in jsdoc
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
John Molakvoæ (skjnldsv) [Tue, 6 Dec 2016 17:01:24 +0000 (18:01 +0100)]
Fix #2473
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Björn Schießle [Tue, 6 Dec 2016 16:10:00 +0000 (17:10 +0100)]
Merge pull request #2532 from nextcloud/token-dropdown
Fix apppassword dropdown issues
Robin Appelman [Tue, 6 Dec 2016 14:43:37 +0000 (15:43 +0100)]
hide token configure menu when clicking outside it
Signed-off-by: Robin Appelman <robin@icewind.nl>
Arthur Schiwon [Tue, 6 Dec 2016 14:41:10 +0000 (15:41 +0100)]
set different permissions if file or folder
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Robin Appelman [Tue, 6 Dec 2016 14:32:46 +0000 (15:32 +0100)]
fix rename input positioning in ff
Signed-off-by: Robin Appelman <robin@icewind.nl>
Arthur Schiwon [Tue, 6 Dec 2016 14:22:33 +0000 (15:22 +0100)]
set full edit permissions
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Robin Appelman [Tue, 6 Dec 2016 13:11:54 +0000 (14:11 +0100)]
hide all other token dropdowns when showing one
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Tue, 6 Dec 2016 13:08:44 +0000 (14:08 +0100)]
center arrow for token dropdown
Signed-off-by: Robin Appelman <robin@icewind.nl>
Arthur Schiwon [Tue, 6 Dec 2016 12:44:27 +0000 (13:44 +0100)]
fix change permission on mail shares of folders
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
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>
Robin Appelman [Mon, 5 Dec 2016 16:59:16 +0000 (17:59 +0100)]
float tooltip over select2 dropdown
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Mon, 5 Dec 2016 16:54:38 +0000 (17:54 +0100)]
fix styling of renaming system tags
Signed-off-by: Robin Appelman <robin@icewind.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>