Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Recognize .bat and .cmd files | Joas Schilling | 2017-02-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Prevent migration from ownCloud 11 to Nextcloud 12 | Joas Schilling | 2017-01-23 | 1 | -1/+9 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Adjust version to Nextcloud | Lukas Reschke | 2017-01-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Don't disable apps on update if PHP >= 7.0.0 | Lukas Reschke | 2016-12-15 | 1 | -1/+1 |
| | | | | | | | | When PHP in a version higher than 7.0.0 is used we catch fatal exceptions in app.php and gracefully already disable the app. There is thus no need to also disable the apps on updates. This has been requested by Jan to fix because that is "the most annoying thing ever" :TM:. – I'd say we give it a try and if that causes problems in the future we can consider alternative approaches. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Increase server version | Joas Schilling | 2016-12-13 | 1 | -3/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Final version increasement for 11 | Lukas Reschke | 2016-12-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Increase version once again | Lukas Reschke | 2016-12-12 | 1 | -1/+1 |
| | | | | | | For https://github.com/nextcloud/server/pull/2615 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Increase version to 11.0.0 | Lukas Reschke | 2016-12-12 | 1 | -2/+2 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | 11.0 RC2v11.0RC2 | Lukas Reschke | 2016-12-11 | 1 | -2/+2 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Increase version string to 11,0,0,6 | Lukas Reschke | 2016-12-07 | 1 | -1/+1 |
| | |||||
* | Increase versionto 11 RC1 | Lukas Reschke | 2016-12-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Use correct channel information | Morris Jobke | 2016-11-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Increase version to Beta 2 | Lukas Reschke | 2016-11-28 | 1 | -2/+2 |
| | | | | | | Just as a precaution already so we can easily ship this via the updater to the beta channel properly to Beta 1 users Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Increase to 11.0.0.4 | Lukas Reschke | 2016-11-25 | 1 | -1/+1 |
| | |||||
* | Increase version for one | Lukas Reschke | 2016-11-25 | 1 | -1/+1 |
| | |||||
* | Make it 11.0 beta | Lukas Reschke | 2016-11-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | increase version to trigger db migration | Christoph Wurst | 2016-11-21 | 1 | -1/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | read lockdown scope from token | Robin Appelman | 2016-11-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <icewind@owncloud.com> | ||||
* | Use 11.0 instead 9.2 | Lukas Reschke | 2016-11-15 | 1 | -1/+1 |
| | | | | | | As discussed we're changing the version from 9.2 to 11.0 to make some more sense. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | bring back remember-me | Christoph Wurst | 2016-11-02 | 1 | -1/+1 |
| | | | | | | | | | | * try to reuse the old session token for remember me login * decrypt/encrypt token password and set the session id accordingly * create remember-me cookies only if checkbox is checked and 2fa solved * adjust db token cleanup to store remembered tokens longer * adjust unit tests Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Avatar migration step | Roeland Jago Douma | 2016-10-05 | 1 | -1/+1 |
| | | | | | | * Skip move avatar if avatars disabled Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | increase core version number to trigger db ugprade and fix app manager tests | Christoph Wurst | 2016-09-05 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into implement_712 | Lukas Reschke | 2016-08-11 | 1 | -0/+2 |
|\ | |||||
| * | Merge pull request #529 from nextcloud/vendor-maintenance-downgrade | Lukas Reschke | 2016-08-10 | 1 | -0/+2 |
| |\ | | | | | | | Allow downgrades of maintenance accross vendors | ||||
| | * | Allow downgrades of maintenance accross vendors | Joas Schilling | 2016-07-22 | 1 | -0/+2 |
| | | | |||||
* | | | more admin page splitup improvements | Arthur Schiwon | 2016-08-10 | 1 | -1/+1 |
|/ / | | | | | | | | | | | | | | | | | | | * bump version to ensure tables are created * make updatenotification app use settings api * change IAdmin::render() to getForm() and change return type from Template to TemplateResponse * adjust User_LDAP accordingly, as well as built-in forms * add IDateTimeFormatter to AppFramework/DependencyInjection/DIContainer.php. This is important so that \OC::$server->query() is able to resolve the constructor parameters. We should ensure that all OCP/* stuff that is available from \OC::$server is available here. Kudos to @LukasReschke * make sure apps that have settings info in their info.xml are loaded before triggering adding the settings setup method | ||||
* / | Adjust repair version check for unmerged shares | Vincent Petry | 2016-08-03 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #500 from nextcloud/bump_version | Joas Schilling | 2016-07-22 | 1 | -3/+3 |
|\ | | | | | Bump version | ||||
| * | Bump version | Roeland Jago Douma | 2016-07-21 | 1 | -3/+3 |
| | | |||||
* | | Fix others | Joas Schilling | 2016-07-21 | 1 | -3/+3 |
|/ | |||||
* | 10.0 beta it is | Lukas Reschke | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Implement brute force protection | Lukas Reschke | 2016-07-20 | 1 | -1/+1 |
| | | | | | | | | | Class Throttler implements the bruteforce protection for security actions in Nextcloud. It is working by logging invalid login attempts to the database and slowing down all login attempts from the same subnet. The max delay is 30 seconds and the starting delay are 200 milliseconds. (after the first failed login) | ||||
* | Save the files external mount id in the mount cache table | Robin Appelman | 2016-07-13 | 1 | -1/+1 |
| | |||||
* | fix version string | Daniel Molkentin | 2016-06-29 | 1 | -1/+1 |
| | |||||
* | 9.1.0 RC 1 | Daniel Molkentin | 2016-06-29 | 1 | -2/+2 |
| | |||||
* | Repair step to adjust link share delete permissions | Vincent Petry | 2016-06-24 | 1 | -1/+1 |
| | |||||
* | store last check timestamp in token instead of session | Christoph Wurst | 2016-06-17 | 1 | -1/+1 |
| | |||||
* | ownCloud 9.1.0 beta 2v9.1.0beta2v9.0.1beta2 | Daniel Molkentin | 2016-06-08 | 1 | -2/+2 |
| | |||||
* | Create session tokens for apache auth users | Christoph Wurst | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | Add bzip2 to known mimetypes | Victor Dubiniuk | 2016-05-30 | 1 | -1/+1 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -3/+2 |
| | |||||
* | 9.1.0 beta 1v9.1.0beta1 | C Montero-Luque | 2016-05-25 | 1 | -2/+2 |
| | |||||
* | when generating browser/device token, save the login name for later password ↵ | Christoph Wurst | 2016-05-24 | 1 | -1/+1 |
| | | | | checks | ||||
* | Increase version for DB addition | Vincent Petry | 2016-05-20 | 1 | -1/+1 |
| | |||||
* | Use CLOB for auth token names to allow long user agent strings | Christoph Wurst | 2016-05-12 | 1 | -1/+1 |
| | |||||
* | increase version number to trigger db migration | Christoph Wurst | 2016-05-11 | 1 | -1/+1 |
| | |||||
* | Increase all versions on master which is now 9.1 | Joas Schilling | 2016-03-02 | 1 | -3/+3 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -1/+2 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | exchange user_id_key for a unique one. | Arthur Schiwon | 2016-02-26 | 1 | -1/+1 |
| | |||||
* | add index definitions for comments tables | Arthur Schiwon | 2016-02-24 | 1 | -1/+1 |
| |