- Aug 16, 2016
-
-
Arthur Schiwon authored
-
- Aug 09, 2016
-
-
Arthur Schiwon authored
-
Arthur Schiwon authored
* interfaces for the Admin settings (IAdmin) and section (ISection) * SettingsManager service * example setup with LDAP app
-
- Jul 20, 2016
-
-
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 17, 2016
-
-
Christoph Wurst authored
-
- May 31, 2016
-
-
Christoph Wurst authored
-
- May 24, 2016
-
-
Christoph Wurst authored
-
- May 20, 2016
-
-
Joas Schilling authored
-
Vincent Petry authored
Added systemtag to group mapping table. Added methods in ISystemTagManager to get/set the group mappings.
-
- May 12, 2016
-
-
Christoph Wurst authored
-
- May 11, 2016
-
-
Christoph Wurst authored
add some range to time() assertions
-
Christoph Wurst authored
add token type column and delete only temporary tokens in the background job debounce token updates; fix wrong class import
-
Christoph Wurst authored
* Update last_activity timestamp of the session token * Check user backend credentials once in 5 minutes
-
Christoph Wurst authored
add 'last_activity' column to session tokens and delete old ones via a background job
-
Christoph Wurst authored
* Add InvalidTokenException * add DefaultTokenMapper and use it to check if a auth token exists * create new token for the browser session if none exists hash stored token; save user agent * encrypt login password when creating the token
-
- Feb 26, 2016
-
-
Arthur Schiwon authored
-
- Feb 24, 2016
-
-
Arthur Schiwon authored
-
- Feb 22, 2016
-
-
Joas Schilling authored
-
- 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 20, 2016
-
-
Robin Appelman authored
-
- Jan 18, 2016
-
-
Robin McCorkell authored
CredentialsManager performs a simple role, of storing and retrieving encrypted credentials from the database. Credentials are stored by user ID (which may be null) and credentials identifier. Credentials themselves may be of any type that can be JSON encoded. The rationale behind this is to avoid further (mis)use of oc_preferences, which was being used for all manner of data not related to user preferences.
-
- Jan 06, 2016
-
-
Roeland Jago Douma authored
-
- Nov 27, 2015
-
-
Vincent Petry authored
Added SystemTagManager and SystemTagObjectMapper
-
- Nov 25, 2015
-
-
Roeland Jago Douma authored
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.
-
- Nov 20, 2015
-
-
Arthur Schiwon authored
-
- Nov 05, 2015
-
-
Morris Jobke authored
* used only for windows support * windows support was dropped in 8.2.0 - see #17379 * was introduced in fd8cb997 * ref #18935
-
- Sep 15, 2015
-
-
Robin McCorkell authored
-
- Aug 03, 2015
-
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
- Jul 20, 2015
-
-
Robin McCorkell authored
Storage status is saved in the database. Failed storages are rechecked every 10 minutes, while working storages are rechecked every request. Using the files_external app will recheck all external storages when the settings page is viewed, or whenever an external storage is saved.
-
- Jul 14, 2015
-
-
Morris Jobke authored
* causes issues on InnoDB because it exceeds the maximal key length of an index which is 767 (3-byte charset * varchar(512) = 1536) * fixes #17619
-
- Jul 08, 2015
-
-
Morris Jobke authored
* file_target is often used in the sharing code in JOIN statements for retrieval of shares
-
- Mar 12, 2015
-
-
Thomas Müller authored
-
- Feb 25, 2015
-
-
Robin Appelman authored
-
Robin Appelman authored
-
- Feb 13, 2015
-
-
Joas Schilling authored
This reverts commit c9b56084.
-
Joas Schilling authored
This reverts commit f6a452ca.
-