- Oct 05, 2016
-
-
Roeland Jago Douma authored
* Skip move avatar if avatars disabled Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Sep 05, 2016
-
-
Christoph Wurst authored
-
- Aug 10, 2016
-
-
Arthur Schiwon authored
* 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
-
- Aug 03, 2016
-
-
Vincent Petry authored
-
- Jul 22, 2016
-
-
Joas Schilling authored
-
- Jul 21, 2016
-
-
Joas Schilling authored
-
Roeland Jago Douma authored
-
- Jul 20, 2016
-
-
Lukas Reschke authored
-
Lukas Reschke authored
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)
-
- Jul 13, 2016
-
-
Robin Appelman authored
-
- Jun 29, 2016
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
- Jun 24, 2016
-
-
Vincent Petry authored
-
- Jun 17, 2016
-
-
Christoph Wurst authored
-
- Jun 09, 2016
-
-
blizzz authored
-
Daniel Molkentin authored
-
- Jun 08, 2016
-
-
Daniel Molkentin authored
-
- May 31, 2016
-
-
Christoph Wurst authored
-
- May 30, 2016
-
-
Victor Dubiniuk authored
-
- May 26, 2016
-
-
Lukas Reschke authored
-
- May 25, 2016
-
-
C Montero-Luque authored
-
- May 24, 2016
-
-
Christoph Wurst authored
-
- May 20, 2016
-
-
Joas Schilling authored
-
Vincent Petry authored
-
- May 12, 2016
-
-
Christoph Wurst authored
-
- May 11, 2016
-
-
Christoph Wurst authored
-
- Mar 02, 2016
-
-
Joas Schilling authored
-
- Mar 01, 2016
-
-
Lukas Reschke authored
Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
-
- Feb 26, 2016
-
-
Arthur Schiwon authored
-
- Feb 24, 2016
-
-
Arthur Schiwon authored
-
- Feb 22, 2016
-
-
Joas Schilling authored
-
- Feb 18, 2016
-
-
C Montero-Luque authored
-
- Feb 10, 2016
-
-
C Montero-Luque authored
-
- Feb 04, 2016
-
-
Faruk Uzun authored
* application/vnd.lotus-wordpro * application/vnd.visio * application/vnd.wordperfect * application/msonenote
-
- Feb 03, 2016
-
-
Roeland Jago Douma authored
* Add extra db column to filecache * Bump version * Update filecache code to actually handle checksum * Webdav code to store/retrieve checksums
-
- Jan 29, 2016
-
-
Arthur Schiwon authored
-
- Jan 22, 2016
-
-
Vincent Petry authored
-
- Jan 12, 2016
-
-
Thomas Müller authored
-
- Jan 06, 2016
-
-
Roeland Jago Douma authored
-
- Dec 01, 2015
-
-
Lukas Reschke authored
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.
-