Commit Graph

136 Commits

Author SHA1 Message Date
Lukas Reschke 75f26b2c86
Update version
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-08-05 20:12:09 +02:00
Lukas Reschke 0f434e109d 10.0.6RC1
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-07-16 11:15:10 +02:00
Lukas Reschke 766eb76285
Increase version to final 10.0.5
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-21 12:13:28 +02:00
Lukas Reschke d1b390a28f
10.0.5 RC2
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-18 11:09:51 +02:00
Lukas Reschke 84dabd4f79
[stable10] Increase to 10.0.5 RC1
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-05 23:29:27 +02:00
Lukas Reschke 4520f350a0
10.0.4
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-02-26 19:41:45 +01:00
Lukas Reschke b05312a699
v10.0.4
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-02-17 01:45:28 +01:00
Lukas Reschke 260ea2fd27
Increase version to 10.0.4 RC1
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-02-10 11:01:21 +01:00
Lukas Reschke 4aa1c4ad04
Bump to 10.0.3
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-01-15 16:50:09 +01:00
Lukas Reschke 0465ad2897
Increase version to 10.0.3 RC1
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-01-09 21:15:31 +01:00
Lukas Reschke 549662202f
Update version to 9.1.3
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-29 16:33:24 +01:00
Lukas Reschke 6849d7235e
10.0.2
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-09 11:04:36 +01:00
Lukas Reschke e74fb43271
v10.0.2 RC2
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-07 15:46:24 +01:00
Lukas Reschke dc60194b1c
10.0.2 RC1
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-05 21:48:10 +01:00
Lukas Reschke 12ec1d1e3e Make it 10.0.1 2016-09-28 15:23:39 +02:00
Lukas Reschke 6bd15bcea6 Make it 10.0.1 RC4 2016-09-27 16:37:15 +02:00
Lukas Reschke c26fa854e7 Make it 10.0.1 RC3 2016-09-27 16:07:40 +02:00
Lukas Reschke 0cc4d5d556 Make it 10.0.1 RC2 2016-09-26 22:30:30 +02:00
Lukas Reschke bbe8f4ed0d Change version to 10.0.1 final 2016-09-21 10:39:28 +02:00
Lukas Reschke 908cbcea83 Correct version string to 9.1.1.0 2016-09-14 20:00:48 +02:00
Lukas Reschke 8d1a592b27 Change version to 10.0.1 RC1 2016-09-14 19:17:48 +02:00
Joas Schilling 7d54d03e40
Allow downgrades of maintenance accross vendors 2016-08-30 10:19:40 +02:00
Lukas Reschke cc35699dcb
Increase version to 10.0 final 2016-08-24 20:30:43 +02:00
Lukas Reschke 18bfa83d20
Increase version to 10.0 RC1
Let's get ready for that ;-)
2016-08-17 17:02:41 +02:00
Arthur Schiwon 2e9794f53e
more admin page splitup improvements
* 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
2016-08-16 21:05:11 +02:00
Vincent Petry 3a86dd1d1a
Adjust repair version check for unmerged shares 2016-08-04 19:50:16 +02:00
Joas Schilling 23b205ed48
Run the license script 2016-07-22 11:40:41 +02:00
Lukas Reschke 2d52cc9fe0
10.0 beta it is 2016-07-21 00:32:43 +02:00
Lukas Reschke ba4f12baa0
Implement brute force protection
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)
2016-07-20 22:08:56 +02:00
Robin Appelman 29eeeb2273 Save the files external mount id in the mount cache table 2016-07-13 16:34:08 +02:00
Daniel Molkentin c3b600b934 fix version string 2016-06-29 15:11:48 +02:00
Daniel Molkentin 4a43fbfb5e 9.1.0 RC 1 2016-06-29 15:09:40 +02:00
Vincent Petry 0ad065cb8d Repair step to adjust link share delete permissions 2016-06-24 09:48:48 +02:00
Christoph Wurst 0c0a216f42
store last check timestamp in token instead of session 2016-06-17 15:42:28 +02:00
Daniel Molkentin e133f7e147 ownCloud 9.1.0 beta 2 2016-06-08 11:31:12 +02:00
Christoph Wurst c58d8159d7
Create session tokens for apache auth users 2016-05-31 17:07:49 +02:00
Victor Dubiniuk 6c70e847dd Add bzip2 to known mimetypes 2016-05-30 18:50:14 +03:00
Lukas Reschke aba539703c
Update license headers 2016-05-26 19:57:24 +02:00
C Montero-Luque ea6506ac1e 9.1.0 beta 1 2016-05-25 13:16:50 -04:00
Christoph Wurst ad10485cec
when generating browser/device token, save the login name for later password checks 2016-05-24 11:49:15 +02:00
Vincent Petry b40c0bad96
Increase version for DB addition 2016-05-20 17:56:02 +02:00
Christoph Wurst c28e462583
Use CLOB for auth token names to allow long user agent strings 2016-05-12 11:19:17 +02:00
Christoph Wurst 18704a9fc8
increase version number to trigger db migration 2016-05-11 13:36:46 +02:00
Joas Schilling 8885cb1eb9 Increase all versions on master which is now 9.1 2016-03-02 08:53:42 +01:00
Lukas Reschke 933f60e314 Update author information
Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
2016-03-01 17:25:15 +01:00
Arthur Schiwon b3ac81f134 exchange user_id_key for a unique one. 2016-02-26 01:02:22 +01:00
Arthur Schiwon 9250704ecb add index definitions for comments tables 2016-02-24 21:48:12 +01:00
Joas Schilling 24c7f38a00 Make sure we can store strings as per the interface 2016-02-22 15:43:20 +01:00
C Montero-Luque 99051cdbe5 9.0.0 beta 2 2016-02-18 14:39:05 -05:00
C Montero-Luque c392cc2b8f 9.0.0 beta 1 2016-02-10 17:31:16 -05:00