]>
source.dussan.org Git - nextcloud-server.git/log
Lukas Reschke [Tue, 16 May 2017 15:46:18 +0000 (17:46 +0200)]
Use reviews instead of comments
Allows using stuff such as https://github.com/nextcloud/server/pulls/review-requested/LukasReschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Morris Jobke [Tue, 16 May 2017 15:30:59 +0000 (10:30 -0500)]
Merge pull request #4893 from nextcloud/fix_4886
Cache deps list to memcache on write not on first read
Morris Jobke [Tue, 16 May 2017 15:10:25 +0000 (10:10 -0500)]
Merge pull request #4666 from nextcloud/enable-redis-cluster
Add redis cluster tests to our CI jobs
Lukas Reschke [Tue, 16 May 2017 14:29:09 +0000 (16:29 +0200)]
Merge pull request #4554 from nextcloud/pointer-cursor-on-clickable-user
Make it clear that you can now click on usernames
Roeland Jago Douma [Tue, 16 May 2017 11:11:55 +0000 (13:11 +0200)]
Merge pull request #4865 from nextcloud/improve-two-factor-buttons
Improve layout of buttons for two factor auth
Roeland Jago Douma [Tue, 16 May 2017 07:52:05 +0000 (09:52 +0200)]
Do not scan for keys just get all the keys (with prefix)
Apparently scan leads to some issues sometimes on cluster. So just use
the get function to fetch the keys.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Tue, 16 May 2017 07:19:34 +0000 (09:19 +0200)]
Merge pull request #4889 from nextcloud/fix-contactsmenu-overflow
Fix contacts menu overflow for few entries, fix #4744
Roeland Jago Douma [Tue, 16 May 2017 07:01:20 +0000 (09:01 +0200)]
Cache deps list to memcache on write not on first read
Fixes #4886
Caching on first read leads to the bug that if the files are updated we
will never cache again. Since we will always fetch from the memcache
(which works) and then see that the files are newer.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Morris Jobke [Tue, 16 May 2017 04:55:50 +0000 (23:55 -0500)]
Merge pull request #4425 from nextcloud/oci
Primary key is too long for oracle
Nextcloud bot [Tue, 16 May 2017 00:08:08 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Jan-Christoph Borchardt [Mon, 15 May 2017 23:08:49 +0000 (01:08 +0200)]
Fix contacts menu overflow for few entries, fix #4744
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Joas Schilling [Mon, 15 May 2017 10:42:04 +0000 (12:42 +0200)]
Rename the index so the name is unique until the old table is deleted
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 9 May 2017 15:16:03 +0000 (17:16 +0200)]
Add a update step that copies all the backup codes
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 9 May 2017 14:59:18 +0000 (16:59 +0200)]
Rename the table to a valid name
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Mon, 15 May 2017 20:18:27 +0000 (22:18 +0200)]
Merge pull request #4881 from nextcloud/sign-off-check
Run sign-off check as last check
Lukas Reschke [Mon, 15 May 2017 20:09:43 +0000 (22:09 +0200)]
Merge pull request #4884 from nextcloud/beta-3
Bump to 12.0.0 beta 3
Lukas Reschke [Mon, 15 May 2017 18:25:17 +0000 (20:25 +0200)]
Bump to 12.0.0 beta 3
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Morris Jobke [Mon, 15 May 2017 17:43:36 +0000 (12:43 -0500)]
Merge pull request #4883 from nextcloud/revert-4685-fix_4683
Revert "fix permissions of mountpoints - take 2"
Morris Jobke [Mon, 15 May 2017 17:43:25 +0000 (12:43 -0500)]
Revert "fix permissions of mountpoints - take 2"
Morris Jobke [Mon, 15 May 2017 16:53:59 +0000 (11:53 -0500)]
Merge pull request #4685 from nextcloud/fix_4683
fix permissions of mountpoints - take 2
Morris Jobke [Mon, 15 May 2017 03:19:09 +0000 (22:19 -0500)]
Improve layout of buttons for two factor auth
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Mon, 15 May 2017 16:03:33 +0000 (11:03 -0500)]
Merge pull request #4871 from nextcloud/remove-more-personal-info-on-user-deletion
Remove more personal info on user deletion
Lukas Reschke [Mon, 15 May 2017 16:01:12 +0000 (18:01 +0200)]
Merge pull request #4867 from nextcloud/kill-install-app
Remove OC_App:installApp
Morris Jobke [Mon, 15 May 2017 16:01:06 +0000 (11:01 -0500)]
Run sign-off check as last check
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Mon, 15 May 2017 15:56:18 +0000 (10:56 -0500)]
Merge pull request #4810 from nextcloud/downstream-27668
Fix mimetype update query
Morris Jobke [Mon, 15 May 2017 14:51:42 +0000 (09:51 -0500)]
Merge pull request #4877 from nextcloud/oc-group-is-gone
Remove OC_Group call
Morris Jobke [Mon, 15 May 2017 14:50:28 +0000 (09:50 -0500)]
Merge pull request #4847 from nextcloud/throw-exception-if-password-not-avail
Throws exception if password not available
Morris Jobke [Mon, 15 May 2017 14:49:11 +0000 (09:49 -0500)]
Merge pull request #4873 from nextcloud/check-whether-REQUEST-exists
Check whether the $_SERVER['REQUEST_*'] vars exist before using them
Morris Jobke [Mon, 15 May 2017 14:12:55 +0000 (09:12 -0500)]
Merge pull request #4872 from nextcloud/os-rename
Revert "fix objectstore rename"
Robin Appelman [Mon, 15 May 2017 13:54:37 +0000 (15:54 +0200)]
update comment to code
Signed-off-by: Robin Appelman <robin@icewind.nl>
Lukas Reschke [Mon, 15 May 2017 12:52:40 +0000 (14:52 +0200)]
Remove OC_Group call
OC_Group has been removed in March with https://github.com/nextcloud/server/pull/4867, the check in question is also performed two lines below already.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Joas Schilling [Mon, 15 May 2017 12:33:27 +0000 (14:33 +0200)]
Check whether the $_SERVER['REQUEST_*'] vars exist before using them
Signed-off-by: Joas Schilling <coding@schilljs.com>
Lukas Reschke [Mon, 15 May 2017 12:28:28 +0000 (14:28 +0200)]
Merge pull request #4805 from nextcloud/enforce-upgrade-for-big-instances
Allow to enforce update via web UI
Lukas Reschke [Mon, 15 May 2017 12:24:44 +0000 (14:24 +0200)]
Update autoloader map
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Mon, 15 May 2017 12:22:19 +0000 (14:22 +0200)]
Merge pull request #4866 from nextcloud/login-footer-bold-link
Bold link in footer on login page
Roeland Jago Douma [Mon, 15 May 2017 11:59:18 +0000 (13:59 +0200)]
Revert "fix objectstore rename"
This reverts commit
5334a3dc337b5883763ac8e1eaef58c1a435144b .
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Joas Schilling [Mon, 15 May 2017 11:30:52 +0000 (13:30 +0200)]
Remove account data on user deletion
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 15 May 2017 11:19:44 +0000 (13:19 +0200)]
Remove 2FA backup codes on user deletion
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 15 May 2017 10:45:39 +0000 (12:45 +0200)]
Merge pull request #4862 from coderkun/issue-440-localhost-regex
Add IPv6 to “localhost” regex (#440)
Joas Schilling [Mon, 15 May 2017 10:38:30 +0000 (12:38 +0200)]
Fix variable names
Signed-off-by: Joas Schilling <coding@schilljs.com>
Morris Jobke [Mon, 15 May 2017 05:03:35 +0000 (00:03 -0500)]
Remove OC_App:installApp
* uses Installer->installApp now
* removes unused code
* fixes #4453
* added some additional checks
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Mon, 15 May 2017 03:26:10 +0000 (22:26 -0500)]
Bold link in footer on login page
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Nextcloud bot [Mon, 15 May 2017 00:08:14 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
coderkun [Sun, 14 May 2017 19:22:13 +0000 (21:22 +0200)]
Add IPv6 to “localhost” regex (#440)
Signed-off-by: Oliver Hanraths <olli@coderkun.de>
Nextcloud bot [Sun, 14 May 2017 00:07:54 +0000 (00:07 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 13 May 2017 00:08:00 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Fri, 12 May 2017 17:53:29 +0000 (12:53 -0500)]
Thows exception if password not available
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Fri, 12 May 2017 16:33:54 +0000 (11:33 -0500)]
Merge pull request #4816 from nextcloud/Ardinis-quota-files_external
Correctly calculate used space for quota with external storage
Morris Jobke [Thu, 11 May 2017 16:35:48 +0000 (11:35 -0500)]
fix quota tests for external storage
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Ardinis [Sun, 16 Apr 2017 00:32:14 +0000 (02:32 +0200)]
Correctly calculate used space for quota with external storage
issue #4348
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Fri, 12 May 2017 15:22:20 +0000 (10:22 -0500)]
Merge pull request #4829 from nextcloud/theming-preview-click
Clicking on theming preview triggers fileupload dialog
Lukas Reschke [Fri, 12 May 2017 10:39:07 +0000 (12:39 +0200)]
Merge pull request #4809 from nextcloud/downstream-27676
Disable reset password link
Lukas Reschke [Fri, 12 May 2017 10:37:18 +0000 (12:37 +0200)]
Merge pull request #4825 from nextcloud/add-timeout-appstore
Add timeout for requests to appstore
Lukas Reschke [Fri, 12 May 2017 10:31:30 +0000 (12:31 +0200)]
Merge pull request #4822 from nextcloud/fix-input-size
Fix size of enforced expiry date input
Lukas Reschke [Fri, 12 May 2017 10:30:17 +0000 (12:30 +0200)]
Merge pull request #4824 from nextcloud/log-connection-problems-appfetcher
Log connectiong problems while fetching data from appstore
Joas Schilling [Fri, 12 May 2017 08:02:15 +0000 (10:02 +0200)]
Fix unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 12 May 2017 07:58:18 +0000 (09:58 +0200)]
Fix failed assertions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 12 May 2017 07:54:55 +0000 (09:54 +0200)]
Merge pull request #4826 from nextcloud/hide-cropper-input
Hide checkbox in avatarcropper
Joas Schilling [Fri, 12 May 2017 07:48:51 +0000 (09:48 +0200)]
Don't open the dialog for logo and background
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 12 May 2017 07:33:51 +0000 (09:33 +0200)]
Fix order of parameter and escaping
Signed-off-by: Joas Schilling <coding@schilljs.com>
Morris Jobke [Fri, 12 May 2017 00:49:32 +0000 (19:49 -0500)]
Clicking on theming preview triggers fileupload dialog
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Fri, 12 May 2017 00:18:09 +0000 (19:18 -0500)]
Hide checkbox in avatarcropper
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Nextcloud bot [Fri, 12 May 2017 00:07:46 +0000 (00:07 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Thu, 11 May 2017 22:59:09 +0000 (17:59 -0500)]
Merge pull request #4821 from nextcloud/update-redis-cluster-documentation
Update redis cluster documentation
Morris Jobke [Thu, 11 May 2017 22:48:53 +0000 (17:48 -0500)]
Add timeout for requests to appstore
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Thu, 11 May 2017 22:46:41 +0000 (17:46 -0500)]
Log connectiong problems while fetching data from appstore
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Thu, 11 May 2017 22:02:49 +0000 (17:02 -0500)]
Update redis cluster documentation
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Thu, 11 May 2017 22:18:00 +0000 (17:18 -0500)]
Fix size of enforced expiry date input
* fixes #4819
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Wed, 3 May 2017 20:31:09 +0000 (17:31 -0300)]
Make cache tests a bit more clear
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Tue, 2 May 2017 21:08:43 +0000 (18:08 -0300)]
Add redis cluster tests to our CI jobs
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Lukas Reschke [Thu, 11 May 2017 19:52:33 +0000 (21:52 +0200)]
Merge pull request #4817 from nextcloud/more-app-update-logs
Proper logging for appstore updates
Morris Jobke [Thu, 11 May 2017 18:35:17 +0000 (13:35 -0500)]
Proper logging for appstore updates
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Thu, 11 May 2017 03:26:51 +0000 (22:26 -0500)]
Allow to enforce update via web UI
* adds a disclaimer that an update via web UI is on own risk
* allows to skip the warning
* fixes #4353
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Lukas Reschke [Thu, 11 May 2017 15:10:45 +0000 (17:10 +0200)]
Merge pull request #4804 from nextcloud/proper-upgrade-size
Properly decide on actual users if instance is too big
Joas Schilling [Thu, 11 May 2017 14:46:43 +0000 (16:46 +0200)]
Disable the API endpoints as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
Morris Jobke [Thu, 11 May 2017 14:07:57 +0000 (09:07 -0500)]
Merge pull request #4808 from nextcloud/downstream-27788
Adjust sample documentation
Morris Jobke [Thu, 11 May 2017 14:04:54 +0000 (09:04 -0500)]
Merge pull request #4800 from nextcloud/remove-unused-config.php-option
SSL menu is now shown for files_external
Morris Jobke [Thu, 11 May 2017 14:03:46 +0000 (09:03 -0500)]
Merge pull request #4803 from nextcloud/postgres-sleep
Add 10 seconds sleep time after postgres startup
Joas Schilling [Thu, 11 May 2017 09:30:51 +0000 (11:30 +0200)]
More fixes
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Thu, 11 May 2017 08:57:20 +0000 (10:57 +0200)]
Actually we want to update the mimetype of all files ending with the suffix
Signed-off-by: Joas Schilling <coding@schilljs.com>
Rello [Tue, 18 Apr 2017 19:41:52 +0000 (21:41 +0200)]
don´t change folders with --repair-filecache
check if folder is "httpd/unix-directory" and don´t perform here #27585
Ujjwal Bhardwaj [Wed, 19 Apr 2017 10:35:05 +0000 (16:05 +0530)]
Disable reset password link. Issue: #27440
Joas Schilling [Thu, 11 May 2017 08:15:49 +0000 (10:15 +0200)]
Adjust sample documentation
Signed-off-by: Joas Schilling <coding@schilljs.com>
Morris Jobke [Thu, 11 May 2017 02:39:09 +0000 (21:39 -0500)]
Properly decide on actual users if instance is too big
* state the reason why NC thinks it is a big instance
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Thu, 11 May 2017 02:37:09 +0000 (21:37 -0500)]
Add 10 seconds sleep time after postgres startup
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Nextcloud bot [Thu, 11 May 2017 00:08:08 +0000 (00:08 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Wed, 10 May 2017 22:31:05 +0000 (17:31 -0500)]
Merge pull request #4783 from nextcloud/lite-application-classes
Use automatic injection for appdata folders
Morris Jobke [Wed, 10 May 2017 21:50:19 +0000 (16:50 -0500)]
Merge pull request #4798 from nextcloud/multibucket-root-fs
Setup root FS for multibucket object storage
Morris Jobke [Wed, 10 May 2017 21:08:40 +0000 (16:08 -0500)]
SSL menu is now shown for files_external
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Wed, 10 May 2017 18:31:45 +0000 (13:31 -0500)]
Use distributed cache for SCSS dependencies as well
* followup to #3978 because with the proper setup of
appdata we now are using the same data on all nodes
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Wed, 10 May 2017 18:21:35 +0000 (13:21 -0500)]
Setup root FS for multibucket object storage
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Wed, 10 May 2017 16:37:06 +0000 (11:37 -0500)]
Merge pull request #4762 from nextcloud/add-unsafe-global-eval-fn
Add fallback to jQuery.fn.globalEval
Roeland Jago Douma [Wed, 10 May 2017 12:44:24 +0000 (14:44 +0200)]
Merge pull request #4787 from nextcloud/missing-parameter
Fix missing placeholder for doc link
Lukas Reschke [Wed, 10 May 2017 11:22:40 +0000 (13:22 +0200)]
Merge pull request #4788 from nextcloud/issue-4756-cron-error
Fix errors with LookupServerConnector background job
Lukas Reschke [Wed, 10 May 2017 11:03:15 +0000 (13:03 +0200)]
Eval script elemtents in HTML body response
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Joas Schilling [Wed, 10 May 2017 10:10:38 +0000 (12:10 +0200)]
Merge pull request #4771 from nextcloud/error-page-logo-css
use the same logo css for the error page as the login page
Joas Schilling [Wed, 10 May 2017 09:59:14 +0000 (11:59 +0200)]
Use the configured lookup server
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 10 May 2017 09:54:27 +0000 (11:54 +0200)]
Define method shouldRun
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 10 May 2017 09:44:01 +0000 (11:44 +0200)]
Fix missing placeholder for doc link
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 10 May 2017 07:56:38 +0000 (09:56 +0200)]
Automatic injection into the Fetchers
Signed-off-by: Joas Schilling <coding@schilljs.com>