summaryrefslogtreecommitdiffstats
path: root/version.php
Commit message (Collapse)AuthorAgeFilesLines
* Recognize .bat and .cmd filesJoas Schilling2017-02-101-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Prevent migration from ownCloud 11 to Nextcloud 12Joas Schilling2017-01-231-1/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust version to NextcloudLukas Reschke2017-01-051-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Don't disable apps on update if PHP >= 7.0.0Lukas Reschke2016-12-151-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 versionJoas Schilling2016-12-131-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Final version increasement for 11Lukas Reschke2016-12-131-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Increase version once againLukas Reschke2016-12-121-1/+1
| | | | | | For https://github.com/nextcloud/server/pull/2615 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Increase version to 11.0.0Lukas Reschke2016-12-121-2/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* 11.0 RC2v11.0RC2Lukas Reschke2016-12-111-2/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Increase version string to 11,0,0,6Lukas Reschke2016-12-071-1/+1
|
* Increase versionto 11 RC1Lukas Reschke2016-12-071-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Use correct channel informationMorris Jobke2016-11-291-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Increase version to Beta 2Lukas Reschke2016-11-281-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.4Lukas Reschke2016-11-251-1/+1
|
* Increase version for oneLukas Reschke2016-11-251-1/+1
|
* Make it 11.0 betaLukas Reschke2016-11-221-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* increase version to trigger db migrationChristoph Wurst2016-11-211-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* read lockdown scope from tokenRobin Appelman2016-11-161-1/+1
| | | | Signed-off-by: Robin Appelman <icewind@owncloud.com>
* Use 11.0 instead 9.2Lukas Reschke2016-11-151-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-meChristoph Wurst2016-11-021-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 stepRoeland Jago Douma2016-10-051-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 testsChristoph Wurst2016-09-051-1/+1
|
* Merge branch 'master' into implement_712Lukas Reschke2016-08-111-0/+2
|\
| * Merge pull request #529 from nextcloud/vendor-maintenance-downgradeLukas Reschke2016-08-101-0/+2
| |\ | | | | | | Allow downgrades of maintenance accross vendors
| | * Allow downgrades of maintenance accross vendorsJoas Schilling2016-07-221-0/+2
| | |
* | | more admin page splitup improvementsArthur Schiwon2016-08-101-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 sharesVincent Petry2016-08-031-1/+1
|/
* Merge pull request #500 from nextcloud/bump_versionJoas Schilling2016-07-221-3/+3
|\ | | | | Bump version
| * Bump versionRoeland Jago Douma2016-07-211-3/+3
| |
* | Fix othersJoas Schilling2016-07-211-3/+3
|/
* 10.0 beta it isLukas Reschke2016-07-211-1/+1
|
* Implement brute force protectionLukas Reschke2016-07-201-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 tableRobin Appelman2016-07-131-1/+1
|
* fix version stringDaniel Molkentin2016-06-291-1/+1
|
* 9.1.0 RC 1Daniel Molkentin2016-06-291-2/+2
|
* Repair step to adjust link share delete permissionsVincent Petry2016-06-241-1/+1
|
* store last check timestamp in token instead of sessionChristoph Wurst2016-06-171-1/+1
|
* ownCloud 9.1.0 beta 2v9.1.0beta2v9.0.1beta2Daniel Molkentin2016-06-081-2/+2
|
* Create session tokens for apache auth usersChristoph Wurst2016-05-311-1/+1
|
* Add bzip2 to known mimetypesVictor Dubiniuk2016-05-301-1/+1
|
* Update license headersLukas Reschke2016-05-261-3/+2
|
* 9.1.0 beta 1v9.1.0beta1C Montero-Luque2016-05-251-2/+2
|
* when generating browser/device token, save the login name for later password ↵Christoph Wurst2016-05-241-1/+1
| | | | checks
* Increase version for DB additionVincent Petry2016-05-201-1/+1
|
* Use CLOB for auth token names to allow long user agent stringsChristoph Wurst2016-05-121-1/+1
|
* increase version number to trigger db migrationChristoph Wurst2016-05-111-1/+1
|
* Increase all versions on master which is now 9.1Joas Schilling2016-03-021-3/+3
|
* Update author informationLukas Reschke2016-03-011-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 Schiwon2016-02-261-1/+1
|
* add index definitions for comments tablesArthur Schiwon2016-02-241-1/+1
|