summaryrefslogtreecommitdiffstats
path: root/version.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Make sure we can store strings as per the interfaceJoas Schilling2016-02-221-1/+1
|
* 9.0.0 beta 2v9.0.0beta2C Montero-Luque2016-02-181-2/+2
|
* 9.0.0 beta 1v9.0beta1C Montero-Luque2016-02-101-2/+2
|
* Introduce some mimetypes for richdocumentsFaruk Uzun2016-02-041-1/+1
| | | | | | | * application/vnd.lotus-wordpro * application/vnd.visio * application/vnd.wordperfect * application/msonenote
* Add store/retrieve checksumsRoeland Jago Douma2016-02-031-1/+1
| | | | | | | * Add extra db column to filecache * Bump version * Update filecache code to actually handle checksum * Webdav code to store/retrieve checksums
* introduce comments read marke tables, comes with user cleanup after deletionArthur Schiwon2016-01-291-1/+1
|
* Increase version due to new tablesVincent Petry2016-01-221-1/+1
|
* Happy new year!Thomas Müller2016-01-121-2/+2
|
* [Share 2.0] Update db structure to stay backwards compatibleRoeland Jago Douma2016-01-061-1/+1
|
* Set "SetEnv" within base `.htaccess` fileLukas Reschke2015-12-011-1/+1
| | | | mod_rewrite as used by the front controller may require a `RewriteBase` in case the installation is done using an alias. Since we cannot enforce a writable `.htaccess` file this will move the `front_controller_active` environment variable into the main .htaccess file. If administrators decide to have this one not writable they can still enable this feature by setting the `front_controller_active` environment variable within the Apache config.
* Allow DI the system tag stuff without Application classJoas Schilling2015-11-301-1/+1
|
* [Sharing 2.0] Add a new db column for the file ownerRoeland Jago Douma2015-11-251-1/+1
| | | | | | | We need to store the owner of a file in the db to do efficient queries on the owner of a file. Without this we need to construct fill paths for each file id in the table and see who the owner of a file is. Which does not scale.
* Drop unused tables principalgroups and principalsMorris Jobke2015-11-051-1/+1
| | | | * was removed in 3e84f170e7133d9acc46123ba4c901a24e438b2c
* Update license headersLukas Reschke2015-10-261-2/+2
|
* increase core version and add dav version numberMorris Jobke2015-10-211-1/+1
|
* Master is now 9.0.0 developmentJoas Schilling2015-10-141-3/+3
|
* 8.2 RC1v8.2RC1C Montero-Luque2015-10-061-2/+2
|
* update licence headers via scriptMorris Jobke2015-10-051-0/+2
|