]>
source.dussan.org Git - nextcloud-server.git/log
Joas Schilling [Mon, 19 Sep 2016 14:58:38 +0000 (16:58 +0200)]
Require confirmation when generating backup codes
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 19 Sep 2016 14:52:29 +0000 (16:52 +0200)]
Allow to check it via the API
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 19 Sep 2016 14:14:51 +0000 (16:14 +0200)]
Require password confirmation for changing the email
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 19 Sep 2016 14:03:03 +0000 (16:03 +0200)]
Introduce PasswordConfirmRequired annotation
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 19 Sep 2016 13:33:30 +0000 (15:33 +0200)]
Introduce the UI for password confirmation
Signed-off-by: Joas Schilling <coding@schilljs.com>
Morris Jobke [Thu, 17 Nov 2016 15:56:55 +0000 (16:56 +0100)]
Merge pull request #2167 from nextcloud/mountmanager-lockdown
ensure we setup the mount manager when in lockdown
Morris Jobke [Thu, 17 Nov 2016 14:43:50 +0000 (15:43 +0100)]
Merge pull request #2153 from nextcloud/version-hint
add explanatory text of what to do on app version error
Lukas Reschke [Thu, 17 Nov 2016 13:23:31 +0000 (14:23 +0100)]
Merge pull request #2124 from nextcloud/oc_26591
Cache js, css and woff files for a week
Christoph Wurst [Thu, 17 Nov 2016 12:05:04 +0000 (13:05 +0100)]
Merge pull request #2175 from nextcloud/token-invalidate-debug
use lower loglevel for token cleanup messages
Robin Appelman [Thu, 17 Nov 2016 09:42:12 +0000 (10:42 +0100)]
use lower loglevel for token cleanup messages
Signed-off-by: Robin Appelman <robin@icewind.nl>
Joas Schilling [Thu, 17 Nov 2016 08:40:16 +0000 (09:40 +0100)]
Merge pull request #2170 from nextcloud/ocs_person_to_controller
OCS person to controller
Joas Schilling [Thu, 17 Nov 2016 08:27:21 +0000 (09:27 +0100)]
Merge pull request #2174 from nextcloud/icons-audio-video-off
add icons for audio mute and video off
Jan-Christoph Borchardt [Thu, 17 Nov 2016 04:49:42 +0000 (05:49 +0100)]
add icons for audio mute and video off
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Lukas Reschke [Thu, 17 Nov 2016 02:28:39 +0000 (03:28 +0100)]
Merge pull request #2164 from nextcloud/token-login-wanring
fix warning with token login
Nextcloud bot [Thu, 17 Nov 2016 01:07:02 +0000 (01:07 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Wed, 16 Nov 2016 23:54:08 +0000 (00:54 +0100)]
Merge pull request #2122 from nextcloud/downstream-26520
Hack to prevent warning for read-only wrapper in public links
Roeland Jago Douma [Wed, 16 Nov 2016 23:00:17 +0000 (00:00 +0100)]
Merge pull request #2141 from nextcloud/icon-background
add dark background fade to icons to make them visible on light backgrounds
Morris Jobke [Wed, 16 Nov 2016 22:44:39 +0000 (23:44 +0100)]
Merge pull request #2151 from nextcloud/theming-fixes
theming: move reset button into field and only show when focused
Roeland Jago Douma [Wed, 16 Nov 2016 22:25:07 +0000 (23:25 +0100)]
Merge pull request #2131 from nextcloud/fix-tabs-in-translation
convert text to single line so tabs in translation issue is fixed
Roeland Jago Douma [Wed, 16 Nov 2016 18:54:25 +0000 (19:54 +0100)]
Merge pull request #2147 from nextcloud/dont-update-same-value
Don't update value if it is already set to the same value
Roeland Jago Douma [Wed, 16 Nov 2016 18:49:04 +0000 (19:49 +0100)]
Add OCSControllerTests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Joas Schilling [Wed, 16 Nov 2016 18:25:25 +0000 (19:25 +0100)]
Merge pull request #2157 from nextcloud/fix-checkboxes
Fix checkboxes when theming color is enabled
Roeland Jago Douma [Wed, 16 Nov 2016 18:21:00 +0000 (19:21 +0100)]
Move OC\OCS\Person to OCSController
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Joas Schilling [Wed, 16 Nov 2016 18:10:35 +0000 (19:10 +0100)]
Merge pull request #2123 from nextcloud/downstream-26522
Skip hidden files when counting visible files in list
Morris Jobke [Mon, 14 Nov 2016 15:13:05 +0000 (16:13 +0100)]
only use one kind of hack for the storage wrappers of the sharing code
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Vincent Petry [Wed, 2 Nov 2016 09:22:36 +0000 (10:22 +0100)]
Hack to prevent warning for read-only wrapper in public links
Storage wrappers should normally always be registered inside a presetup
hook. However in the public link scenario this is not possible and
there is currently no good alternative with the current architecture.
Instead of logging a warning every time, this fix prevents the warning
to be shown but also adds a FIXME in the code for the future. This is
ok because this app is already using private/internal APIs at the
moment and should be reworked properly in the future.
Roeland Jago Douma [Wed, 16 Nov 2016 17:52:32 +0000 (18:52 +0100)]
Use getvalue to fetch the value
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Morris Jobke [Tue, 15 Nov 2016 21:14:27 +0000 (22:14 +0100)]
Don't update value if it is already set to the same value
* this PR makes sure to warm up the cache for that user
* then the logic within the "if is in cache" code can be used to reduce needed queries
* inspired by @andreas-p - https://github.com/nextcloud/server/pull/2128
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Roeland Jago Douma [Wed, 16 Nov 2016 17:01:39 +0000 (18:01 +0100)]
Merge pull request #2160 from nextcloud/its-nextcloud
It's Nextcloud
Roeland Jago Douma [Wed, 16 Nov 2016 17:00:49 +0000 (18:00 +0100)]
Merge pull request #2166 from nextcloud/logreader-shipped
set logreader as shipped
Roeland Jago Douma [Wed, 16 Nov 2016 16:57:35 +0000 (17:57 +0100)]
Merge pull request #2146 from nextcloud/add_copy_tooltip_to_clipboard
Adds copy tooltip to clipboards
Robin Appelman [Wed, 16 Nov 2016 16:24:37 +0000 (17:24 +0100)]
ensure we setup the mount manager when in lockdown
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Wed, 16 Nov 2016 16:08:30 +0000 (17:08 +0100)]
set logreader as shipped
Robin Appelman [Wed, 16 Nov 2016 15:33:56 +0000 (16:33 +0100)]
fix warning with token login
Signed-off-by: Robin Appelman <robin@icewind.nl>
Roeland Jago Douma [Wed, 16 Nov 2016 15:17:28 +0000 (16:17 +0100)]
Merge pull request #719 from nextcloud/lockdown
Allow restricting of app password permissions
Morris Jobke [Wed, 16 Nov 2016 14:36:44 +0000 (15:36 +0100)]
Fix tooltips - they now properly change on click
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Roeland Jago Douma [Wed, 16 Nov 2016 14:37:11 +0000 (15:37 +0100)]
Merge pull request #2150 from nextcloud/move_buttons_to_bottom
Move social buttons to bottom on admin page
Roeland Jago Douma [Wed, 16 Nov 2016 14:36:37 +0000 (15:36 +0100)]
Merge pull request #2156 from nextcloud/fix-autoloader-for-new-apps
Add autoloader path for newly installed apps too
Robin Appelman [Wed, 16 Nov 2016 14:10:01 +0000 (15:10 +0100)]
add test
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Tue, 15 Nov 2016 16:25:28 +0000 (17:25 +0100)]
Add test for setting up fake fs
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Mon, 14 Nov 2016 17:19:27 +0000 (18:19 +0100)]
dropdown ui
Signed-off-by: Robin Appelman <robin@icewind.nl>
Roeland Jago Douma [Fri, 11 Nov 2016 10:35:11 +0000 (11:35 +0100)]
Adds tests for the AuthSettingsController
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Fri, 11 Nov 2016 08:43:25 +0000 (09:43 +0100)]
Adds NullCache ans NullStorage tests for Lockdown
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Fri, 11 Nov 2016 08:25:42 +0000 (09:25 +0100)]
Adds TokenProvider and Mapper tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Robin Appelman [Thu, 10 Nov 2016 14:57:31 +0000 (15:57 +0100)]
add tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Mon, 31 Oct 2016 13:44:42 +0000 (14:44 +0100)]
update autoloader
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Mon, 31 Oct 2016 13:38:41 +0000 (14:38 +0100)]
explicit types
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Mon, 31 Oct 2016 13:26:29 +0000 (14:26 +0100)]
cast to int
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Mon, 31 Oct 2016 13:01:31 +0000 (14:01 +0100)]
update tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Wed, 19 Oct 2016 13:11:58 +0000 (15:11 +0200)]
phpdoc
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Thu, 4 Aug 2016 10:49:41 +0000 (12:49 +0200)]
fix setscope
Signed-off-by: Robin Appelman <icewind@owncloud.com>
Robin Appelman [Wed, 3 Aug 2016 14:24:12 +0000 (16:24 +0200)]
enable deleting/configuring new tokens
Signed-off-by: Robin Appelman <icewind@owncloud.com>
Robin Appelman [Wed, 3 Aug 2016 13:57:06 +0000 (15:57 +0200)]
allow configuring filesystem access
Signed-off-by: Robin Appelman <icewind@owncloud.com>
Robin Appelman [Wed, 3 Aug 2016 10:03:18 +0000 (12:03 +0200)]
app password scope wip
Signed-off-by: Robin Appelman <icewind@owncloud.com>
Robin Appelman [Mon, 1 Aug 2016 17:06:54 +0000 (19:06 +0200)]
read lockdown scope from token
Signed-off-by: Robin Appelman <icewind@owncloud.com>
Robin Appelman [Mon, 1 Aug 2016 16:27:07 +0000 (18:27 +0200)]
basic lockdown logic
Signed-off-by: Robin Appelman <icewind@owncloud.com>
Marius Blüm [Wed, 16 Nov 2016 13:56:30 +0000 (14:56 +0100)]
It's Nextcloud
Signed-off-by: Marius Blüm <marius@lineone.io>
Julius Haertl [Wed, 16 Nov 2016 12:52:06 +0000 (13:52 +0100)]
Fix margin for checkboxes in multiselect options
Signed-off-by: Julius Haertl <jus@bitgrid.net>
Julius Haertl [Wed, 16 Nov 2016 12:44:45 +0000 (13:44 +0100)]
Revert "Fix #1782"
This reverts commit
bc5268bdc84c9c9f302914ebb1b5304b614dfc2e .
Signed-off-by: Julius Haertl <jus@bitgrid.net>
Morris Jobke [Wed, 16 Nov 2016 11:55:34 +0000 (12:55 +0100)]
Add autoloader path for newly installed apps too
* followup to https://github.com/nextcloud/server/pull/2148
* problem noticed in https://github.com/nextcloud/files_antivirus/pull/11
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Joas Schilling [Wed, 16 Nov 2016 11:27:22 +0000 (12:27 +0100)]
Show all in one message
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Wed, 16 Nov 2016 11:09:39 +0000 (12:09 +0100)]
Merge pull request #2148 from nextcloud/add_autoloader_before_enabling
Add autoloader before enabling apps
Jan-Christoph Borchardt [Wed, 16 Nov 2016 11:06:43 +0000 (12:06 +0100)]
left-align social media buttons correctly on Personal page too
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Jan-Christoph Borchardt [Wed, 16 Nov 2016 10:47:39 +0000 (11:47 +0100)]
add explanatory text of what to do on app version error
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Joas Schilling [Wed, 16 Nov 2016 10:47:17 +0000 (11:47 +0100)]
Merge pull request #2092 from nextcloud/activity-filter-api
Better API for activity filters, settings and providers + Rich Object support
Jan-Christoph Borchardt [Wed, 16 Nov 2016 10:38:01 +0000 (11:38 +0100)]
theming: move reset button into field and only show when focused
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Roeland Jago Douma [Wed, 16 Nov 2016 09:46:32 +0000 (10:46 +0100)]
Move social buttons to bottom on admin page
For #2134
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Wed, 16 Nov 2016 09:23:30 +0000 (10:23 +0100)]
No HTML in string
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Jan-Christoph Borchardt [Tue, 15 Nov 2016 10:23:11 +0000 (11:23 +0100)]
convert text to single line so tabs in translation issue is fixed
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Joas Schilling [Wed, 16 Nov 2016 08:29:27 +0000 (09:29 +0100)]
Update the since version to 11.0.0
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 11 Nov 2016 12:44:57 +0000 (13:44 +0100)]
Fix integration tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 11 Nov 2016 10:27:39 +0000 (11:27 +0100)]
Make sure they are always arrays
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Thu, 10 Nov 2016 15:03:51 +0000 (16:03 +0100)]
Remove the old activity extension
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Thu, 10 Nov 2016 15:02:19 +0000 (16:02 +0100)]
Add back the support for the short translations
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Thu, 10 Nov 2016 14:39:41 +0000 (15:39 +0100)]
Fix InfoParser empty tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Thu, 10 Nov 2016 14:33:00 +0000 (15:33 +0100)]
Fix activity manager tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 8 Nov 2016 13:09:41 +0000 (14:09 +0100)]
Don't even try to combine when the subject is different
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 7 Nov 2016 16:39:23 +0000 (17:39 +0100)]
Allow combining events
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 4 Nov 2016 10:34:42 +0000 (11:34 +0100)]
Provider for the files app
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 4 Nov 2016 10:33:33 +0000 (11:33 +0100)]
Allow to register Providers
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 28 Oct 2016 12:55:53 +0000 (14:55 +0200)]
Add ROS and icon support to the events
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 28 Oct 2016 12:40:23 +0000 (14:40 +0200)]
Validate the input into Event already
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 25 Oct 2016 16:23:51 +0000 (18:23 +0200)]
Register the settings of the files app via info.xml
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 25 Oct 2016 16:00:25 +0000 (18:00 +0200)]
Allow to register settings/types via info.xml
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 21 Oct 2016 10:46:04 +0000 (12:46 +0200)]
Move the favorites filter to IFilter
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 21 Oct 2016 09:50:28 +0000 (11:50 +0200)]
Move files filter to IFilter
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Thu, 20 Oct 2016 15:57:44 +0000 (17:57 +0200)]
Allow to register activity filters via info.xml
Signed-off-by: Joas Schilling <coding@schilljs.com>
Morris Jobke [Tue, 15 Nov 2016 23:57:35 +0000 (00:57 +0100)]
Merge pull request #2145 from nextcloud/docs_to_com
docs are on nc.com
Morris Jobke [Tue, 15 Nov 2016 22:13:53 +0000 (23:13 +0100)]
Merge pull request #2144 from nextcloud/fix_1303
Do not cache version info in the session
Roeland Jago Douma [Tue, 15 Nov 2016 21:28:57 +0000 (22:28 +0100)]
Add autoloader before enabling apps
Else apps that require already autoloading in the installer
(files_antivius) die hard!
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Tue, 15 Nov 2016 20:48:55 +0000 (21:48 +0100)]
Merge pull request #2137 from nextcloud/make-sure-tests-run-on-phpunit-4-again
Add a magic wrapper to allow phpunit4 to run the code again
Morris Jobke [Tue, 15 Nov 2016 19:56:41 +0000 (20:56 +0100)]
Merge pull request #2139 from nextcloud/increase-version-to-ELF
Use 11.0 instead 9.2
Roeland Jago Douma [Tue, 15 Nov 2016 18:30:59 +0000 (19:30 +0100)]
Adds copy tooltip to clipboards
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Tue, 15 Nov 2016 18:17:42 +0000 (19:17 +0100)]
docs are on nc.com
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Tue, 15 Nov 2016 17:57:43 +0000 (18:57 +0100)]
Merge pull request #2132 from nextcloud/federated-cloud-id
specify Federated Cloud ID syntax
Roeland Jago Douma [Tue, 15 Nov 2016 17:51:52 +0000 (18:51 +0100)]
@since 9.2.0 to @since 11.0.0
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Tue, 15 Nov 2016 17:10:17 +0000 (18:10 +0100)]
Fix tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Tue, 15 Nov 2016 16:51:03 +0000 (17:51 +0100)]
Do not cache version info in the sessions
If the session is cleared and closed for whatever reason the loadVersion
will write to the session anyways. This will lead to an exception.
This should fix #1303
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Jan-Christoph Borchardt [Tue, 15 Nov 2016 16:40:07 +0000 (17:40 +0100)]
add dark background fade to icons to make them visible on light backgrounds
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Lukas Reschke [Tue, 15 Nov 2016 14:10:17 +0000 (15:10 +0100)]
Endpoint is now 11.0.0
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>