]>
source.dussan.org Git - nextcloud-server.git/log
Lukas Reschke [Wed, 23 Nov 2016 13:34:24 +0000 (14:34 +0100)]
Merge pull request #2275 from nextcloud/harden-cookies
Harden cookies more appropriate
Lukas Reschke [Wed, 23 Nov 2016 13:02:38 +0000 (14:02 +0100)]
Merge pull request #2262 from nextcloud/specify-parameters-on-public-download
Specify the parameters on public download
Lukas Reschke [Wed, 23 Nov 2016 11:53:44 +0000 (12:53 +0100)]
Harden cookies more appropriate
This adds the __Host- prefix to the same-site cookies. This is a small but yet nice security hardening.
See https://googlechrome.github.io/samples/cookie-prefixes/ for the implications.
Fixes https://github.com/nextcloud/server/issues/1412
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Wed, 23 Nov 2016 11:18:06 +0000 (12:18 +0100)]
Merge pull request #2263 from nextcloud/remove91_migration
Remove migration steps in app dav
Lukas Reschke [Wed, 23 Nov 2016 11:16:55 +0000 (12:16 +0100)]
Merge pull request #2267 from nextcloud/issue-2254-react-to-remote-share-activities-only
Only do stuff when its a remote-share activity
Joas Schilling [Wed, 23 Nov 2016 10:07:10 +0000 (11:07 +0100)]
Merge pull request #2239 from nextcloud/cleanup-settings-application-again
Cleanup settings application again
Joas Schilling [Tue, 22 Nov 2016 21:46:18 +0000 (22:46 +0100)]
Only do stuff when its a remote-share activity
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 22 Nov 2016 19:31:32 +0000 (20:31 +0100)]
Merge pull request #2250 from nextcloud/check-if-data-is-defined
Check if data is defined
Thomas Müller [Tue, 9 Aug 2016 06:17:41 +0000 (08:17 +0200)]
Remove 9.1 migration steps in app dav (#25654)
Joas Schilling [Tue, 22 Nov 2016 19:14:42 +0000 (20:14 +0100)]
Specify the parameters on public download
Signed-off-by: Joas Schilling <coding@schilljs.com>
Morris Jobke [Tue, 22 Nov 2016 18:21:22 +0000 (19:21 +0100)]
Merge pull request #2251 from nextcloud/remove-superfluos-mail-input-field
Remove superfluous email input field
Lukas Reschke [Tue, 22 Nov 2016 17:29:09 +0000 (18:29 +0100)]
Remove superfluous email input field
That field is already there and looking at the code this seems to have been missed on a rebase.
Fixes https://github.com/nextcloud/server/issues/2222
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Tue, 22 Nov 2016 17:25:52 +0000 (18:25 +0100)]
Merge pull request #2246 from nextcloud/display-name-for-files-and-tagging-activities-again
Use the display name for files activities again
Lukas Reschke [Tue, 22 Nov 2016 17:23:48 +0000 (18:23 +0100)]
Check if data is defined
Otherwise when adding a user as subadmin this would throw the following JS error:
```
users.js?v=
bc2aae7 …:500 Uncaught TypeError: Cannot read property 'message' of undefined(…)(anonymous function) @ users.js?v=
bc2aae7 …:500j @ jquery.js:3099fireWith @ jquery.js:3211x @ jquery.js:8264(anonymous function) @ jquery.js:8605
```
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Tue, 22 Nov 2016 16:50:53 +0000 (17:50 +0100)]
Merge pull request #2229 from nextcloud/select2-fix-bis
Select2 fix bis
Lukas Reschke [Tue, 22 Nov 2016 16:04:15 +0000 (17:04 +0100)]
Merge pull request #2241 from nextcloud/make-it-a-beta
Make it 11.0 beta
Morris Jobke [Tue, 22 Nov 2016 15:55:02 +0000 (16:55 +0100)]
document new variable
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Joas Schilling [Tue, 22 Nov 2016 15:39:29 +0000 (16:39 +0100)]
Use the display name for files activities again
Signed-off-by: Joas Schilling <coding@schilljs.com>
Lukas Reschke [Tue, 22 Nov 2016 14:55:59 +0000 (15:55 +0100)]
Make it 11.0 beta
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Joas Schilling [Tue, 22 Nov 2016 14:53:15 +0000 (15:53 +0100)]
Merge pull request #2238 from nextcloud/fix_systemtags
Fix undefined systemtags stuff
Joas Schilling [Tue, 22 Nov 2016 14:04:03 +0000 (15:04 +0100)]
Clean up the Application class again
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Tue, 22 Nov 2016 13:59:51 +0000 (14:59 +0100)]
Fix undefined systemtags stuff
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Joas Schilling [Tue, 22 Nov 2016 13:46:43 +0000 (14:46 +0100)]
Merge pull request #2234 from nextcloud/add-subadmin-middleware-back
Add SubAdminMiddleware back
Lukas Reschke [Tue, 22 Nov 2016 12:33:23 +0000 (13:33 +0100)]
Add SubAdminMiddleware back
Removed by mistake in #1946
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Roeland Jago Douma [Tue, 22 Nov 2016 11:55:54 +0000 (12:55 +0100)]
Merge pull request #1972 from nextcloud/invalid-files-from-scanner
Make sure we don't scan files that can not be accessed
Joas Schilling [Tue, 22 Nov 2016 10:05:06 +0000 (11:05 +0100)]
Merge pull request #2179 from nextcloud/update-systemtags-to-new-activity-api
Update systemtags activity to new API
Morris Jobke [Tue, 22 Nov 2016 09:42:15 +0000 (10:42 +0100)]
Fix select2 input on retina - fixes #2226
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
John Molakvoæ [Tue, 22 Nov 2016 08:34:35 +0000 (09:34 +0100)]
Fix systemtagsfilelist unwanted margin and clean aera a bit
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ [Tue, 22 Nov 2016 08:33:33 +0000 (09:33 +0100)]
Remove unwanted padding
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Roeland Jago Douma [Tue, 22 Nov 2016 09:19:15 +0000 (10:19 +0100)]
Merge pull request #2165 from nextcloud/sharing-activities-update
Move file sharing activities to the new API
Roeland Jago Douma [Tue, 22 Nov 2016 09:06:33 +0000 (10:06 +0100)]
Merge pull request #2228 from nextcloud/use-appid-instead-of-app-element
Use app ID instead of object
Morris Jobke [Tue, 22 Nov 2016 08:56:22 +0000 (09:56 +0100)]
Merge pull request #2154 from nextcloud/comments-activities-update
Move comments activities to the new API
Nextcloud bot [Tue, 22 Nov 2016 01:06:54 +0000 (01:06 +0000)]
[tx-robot] updated from transifex
Lukas Reschke [Mon, 21 Nov 2016 23:24:23 +0000 (00:24 +0100)]
Use app ID instead of object
Fixes several error messages when installing an app from the appstore, including:
```
Illegal offset type in isset or empty at /media/psf/stable9/lib/private/legacy/app.php#662
Illegal offset type at /media/psf/stable9/lib/private/legacy/app.php#663
Illegal offset type at /media/psf/stable9/lib/private/legacy/app.php#661
Object of class OC_App could not be converted to string at /media/psf/stable9/lib/private/legacy/app.php#81
trim() expects parameter 1 to be string, object given at /media/psf/stable9/lib/private/legacy/app.php#628
```
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Mon, 21 Nov 2016 22:26:19 +0000 (23:26 +0100)]
Merge pull request #2215 from nextcloud/add-setup-page-integration-test
Add integration test for web based installer
Lukas Reschke [Mon, 21 Nov 2016 22:11:29 +0000 (23:11 +0100)]
Merge pull request #2221 from nextcloud/from-is-featured-to-featured
Error log spam: Cast "isFeatured" to "featured"
Lukas Reschke [Mon, 21 Nov 2016 21:54:17 +0000 (22:54 +0100)]
Merge pull request #2225 from nextcloud/fix_caldav_proppatch_requests
fix PropPatch requests on calendars
Georg Ehrke [Mon, 21 Nov 2016 20:58:24 +0000 (21:58 +0100)]
fix PropPatch requests on calendars
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Lukas Reschke [Mon, 21 Nov 2016 21:10:39 +0000 (22:10 +0100)]
Merge pull request #2220 from nextcloud/app-password-default-device-name
app passwords: add default name if none given
Morris Jobke [Mon, 21 Nov 2016 13:00:54 +0000 (14:00 +0100)]
Add integration test for web based installer
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Lukas Reschke [Mon, 21 Nov 2016 20:34:37 +0000 (21:34 +0100)]
Cast "isFeatured" to "featured"
The appstore returns a "isFeatured" in the current API revision. We need to cast this thus.
Fixes the following error log message when opening the tab "Customization":
> Undefined index: featured at /media/psf/stable9/settings/Controller/AppSettingsController.php#233
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Bjoern Schiessle [Mon, 21 Nov 2016 19:28:21 +0000 (20:28 +0100)]
use date as device name if no name was given
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Lukas Reschke [Mon, 21 Nov 2016 16:34:46 +0000 (17:34 +0100)]
Merge pull request #2216 from nextcloud/proper-return-value
Use proper return function
Robin Appelman [Mon, 21 Nov 2016 16:17:02 +0000 (17:17 +0100)]
Merge pull request #2214 from nextcloud/remove-logging
remove old logging section
Robin Appelman [Mon, 21 Nov 2016 13:14:20 +0000 (14:14 +0100)]
update tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
Lukas Reschke [Mon, 21 Nov 2016 14:14:32 +0000 (15:14 +0100)]
Use proper return function
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Robin Appelman [Mon, 21 Nov 2016 13:00:41 +0000 (14:00 +0100)]
Merge pull request #2211 from nextcloud/maintenance-wsod
fix white screen of death in maintenance mode when theming is disabled
Morris Jobke [Mon, 21 Nov 2016 12:57:48 +0000 (13:57 +0100)]
Merge pull request #2212 from nextcloud/fix_web_installer
Do not trigger appconfig queries when we are not yet installed
Lukas Reschke [Mon, 21 Nov 2016 12:50:03 +0000 (13:50 +0100)]
Merge pull request #1946 from nextcloud/federated-sharing-persona-settings
Add more personal information fields to the settings page for enhanced federated sharing
Robin Appelman [Mon, 21 Nov 2016 12:46:31 +0000 (13:46 +0100)]
remove old logging section
Signed-off-by: Robin Appelman <robin@icewind.nl>
Roeland Jago Douma [Mon, 21 Nov 2016 12:13:53 +0000 (13:13 +0100)]
Do not trigger appconfig queries when we are not yet installed
Fixes #2209
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Robin Appelman [Mon, 21 Nov 2016 12:10:55 +0000 (13:10 +0100)]
fix white screen of death in maintenance mode when theming is disabled
Signed-off-by: Robin Appelman <robin@icewind.nl>
Bjoern Schiessle [Mon, 21 Nov 2016 08:58:35 +0000 (09:58 +0100)]
center checkmark to indicate that the setting was stored
Bjoern Schiessle [Mon, 21 Nov 2016 08:43:52 +0000 (09:43 +0100)]
don't try to verify email address if no email address is set
Bjoern Schiessle [Mon, 21 Nov 2016 08:07:50 +0000 (09:07 +0100)]
small fixes
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Lukas Reschke [Sat, 19 Nov 2016 10:36:51 +0000 (11:36 +0100)]
Adjust unit tests
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Fri, 18 Nov 2016 19:13:41 +0000 (20:13 +0100)]
Adjust integration test
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Fri, 18 Nov 2016 19:03:02 +0000 (20:03 +0100)]
Ask for password when scope is changed
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Fri, 18 Nov 2016 18:54:45 +0000 (19:54 +0100)]
Fix mail scope
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Fri, 18 Nov 2016 18:44:21 +0000 (19:44 +0100)]
Highlight current entry
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Fri, 18 Nov 2016 17:34:01 +0000 (18:34 +0100)]
Make JS aware of password verification
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Fri, 18 Nov 2016 16:40:54 +0000 (17:40 +0100)]
Remove debug code
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Fri, 18 Nov 2016 16:39:08 +0000 (17:39 +0100)]
Add config switch
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Fri, 18 Nov 2016 14:43:41 +0000 (15:43 +0100)]
Remove unused variable
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Fri, 18 Nov 2016 14:33:51 +0000 (15:33 +0100)]
Add retry job
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Jan-Christoph Borchardt [Fri, 18 Nov 2016 13:55:00 +0000 (14:55 +0100)]
make icons a bit smaller
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Jan-Christoph Borchardt [Fri, 18 Nov 2016 13:50:07 +0000 (14:50 +0100)]
fix menu positioning hack
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Roeland Jago Douma [Fri, 18 Nov 2016 13:28:14 +0000 (14:28 +0100)]
Fix lookup url
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Jan-Christoph Borchardt [Fri, 18 Nov 2016 13:27:34 +0000 (14:27 +0100)]
put explanatory text directly in popup
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Roeland Jago Douma [Fri, 18 Nov 2016 13:19:47 +0000 (14:19 +0100)]
Push json to the lookupserver
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Fri, 18 Nov 2016 13:08:42 +0000 (14:08 +0100)]
Search on lookup server
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Lukas Reschke [Fri, 18 Nov 2016 10:55:37 +0000 (11:55 +0100)]
Fix changing display names for subadmins
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Fri, 18 Nov 2016 09:20:04 +0000 (10:20 +0100)]
Adjust permission checks
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Fri, 18 Nov 2016 09:10:05 +0000 (10:10 +0100)]
Add a signer class for signing
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Bjoern Schiessle [Thu, 17 Nov 2016 17:51:59 +0000 (18:51 +0100)]
fix unit tests
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Lukas Reschke [Thu, 17 Nov 2016 16:35:14 +0000 (17:35 +0100)]
Add identity proof
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Thu, 17 Nov 2016 16:35:43 +0000 (17:35 +0100)]
Add private
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Roeland Jago Douma [Thu, 17 Nov 2016 16:32:14 +0000 (17:32 +0100)]
Fix password display issue
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Bjoern Schiessle [Thu, 17 Nov 2016 16:00:25 +0000 (17:00 +0100)]
lookup server connector
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Bjoern Schiessle [Thu, 17 Nov 2016 11:14:13 +0000 (12:14 +0100)]
push public user data to the lookup server
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Bjoern Schiessle [Thu, 17 Nov 2016 09:44:16 +0000 (10:44 +0100)]
rearrange input fields
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Bjoern Schiessle [Thu, 17 Nov 2016 09:40:17 +0000 (10:40 +0100)]
limit max-width to have never more than two input fields next to each other
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Bjoern Schiessle [Thu, 17 Nov 2016 09:31:14 +0000 (10:31 +0100)]
remove old test class
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Bjoern Schiessle [Thu, 17 Nov 2016 09:27:46 +0000 (10:27 +0100)]
update unit tests
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Bjoern Schiessle [Wed, 16 Nov 2016 18:01:57 +0000 (19:01 +0100)]
fix unit tests
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Roeland Jago Douma [Wed, 16 Nov 2016 15:03:11 +0000 (16:03 +0100)]
Fix position of menu
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Wed, 16 Nov 2016 14:00:10 +0000 (15:00 +0100)]
Fix location of menu
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Bjoern Schiessle [Wed, 16 Nov 2016 11:35:07 +0000 (12:35 +0100)]
change scope to 'local' for display name and avatar
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Bjoern Schiessle [Wed, 16 Nov 2016 11:34:32 +0000 (12:34 +0100)]
change order of email and phone number
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Robin Appelman [Tue, 15 Nov 2016 17:10:28 +0000 (18:10 +0100)]
fix avatar cropper
Bjoern Schiessle [Fri, 11 Nov 2016 13:36:17 +0000 (14:36 +0100)]
update system address book if the user change the personal settings
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
John Molakvoæ (skjnldsv) [Mon, 7 Nov 2016 17:17:27 +0000 (18:17 +0100)]
Fix popup arrow positioning
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Mon, 7 Nov 2016 16:53:20 +0000 (17:53 +0100)]
Fix popover layout fix for files and global
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) [Mon, 7 Nov 2016 14:54:10 +0000 (15:54 +0100)]
Fix popover layout
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Christoph Wurst [Mon, 7 Nov 2016 08:30:37 +0000 (09:30 +0100)]
remove double import
Christoph Wurst [Mon, 31 Oct 2016 10:53:37 +0000 (11:53 +0100)]
fix profile picture fed sharing scope menu
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst [Mon, 31 Oct 2016 09:59:24 +0000 (10:59 +0100)]
increase version to trigger db migration
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Björn Schießle [Tue, 26 Apr 2016 14:19:10 +0000 (16:19 +0200)]
allow to change display names in the user settings again
keep display name and email address in sync with the accounts table
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Björn Schießle [Mon, 25 Apr 2016 14:30:06 +0000 (16:30 +0200)]
allow multiple values for phone, website, address and email
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Björn Schießle [Mon, 25 Apr 2016 14:07:00 +0000 (16:07 +0200)]
display stored user data
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>