Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Make sure we can store strings as per the interface | Joas Schilling | 2016-02-22 | 1 | -1/+1 |
| | |||||
* | 9.0.0 beta 2v9.0.0beta2 | C Montero-Luque | 2016-02-18 | 1 | -2/+2 |
| | |||||
* | 9.0.0 beta 1v9.0beta1 | C Montero-Luque | 2016-02-10 | 1 | -2/+2 |
| | |||||
* | Introduce some mimetypes for richdocuments | Faruk Uzun | 2016-02-04 | 1 | -1/+1 |
| | | | | | | | * application/vnd.lotus-wordpro * application/vnd.visio * application/vnd.wordperfect * application/msonenote | ||||
* | Add store/retrieve checksums | Roeland Jago Douma | 2016-02-03 | 1 | -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 deletion | Arthur Schiwon | 2016-01-29 | 1 | -1/+1 |
| | |||||
* | Increase version due to new tables | Vincent Petry | 2016-01-22 | 1 | -1/+1 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+2 |
| | |||||
* | [Share 2.0] Update db structure to stay backwards compatible | Roeland Jago Douma | 2016-01-06 | 1 | -1/+1 |
| | |||||
* | Set "SetEnv" within base `.htaccess` file | Lukas Reschke | 2015-12-01 | 1 | -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 class | Joas Schilling | 2015-11-30 | 1 | -1/+1 |
| | |||||
* | [Sharing 2.0] Add a new db column for the file owner | Roeland Jago Douma | 2015-11-25 | 1 | -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 principals | Morris Jobke | 2015-11-05 | 1 | -1/+1 |
| | | | | * was removed in 3e84f170e7133d9acc46123ba4c901a24e438b2c | ||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -2/+2 |
| | |||||
* | increase core version and add dav version number | Morris Jobke | 2015-10-21 | 1 | -1/+1 |
| | |||||
* | Master is now 9.0.0 development | Joas Schilling | 2015-10-14 | 1 | -3/+3 |
| | |||||
* | 8.2 RC1v8.2RC1 | C Montero-Luque | 2015-10-06 | 1 | -2/+2 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+2 |
| |