Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move away from OC_L10N | Roeland Jago Douma | 2016-10-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Remove checks whether OC is running on Windows pt. 2 | RealRancor | 2016-10-24 | 1 | -18/+0 |
| | |||||
* | Move OC\Files\Storage\Shared to the right namespace | Joas Schilling | 2016-10-20 | 1 | -3/+2 |
| | |||||
* | Kill users with the reserved name on login | Roeland Jago Douma | 2016-10-05 | 1 | -1/+11 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Graceful error handling and logging | Lukas Reschke | 2016-09-25 | 1 | -1/+16 |
| | | | | | | | | Right now a failed "copyr" will result in the error log being spammed with not really helpful error messages. Also situations such as `$dir` returning `false` are not really caught. This adds more error handling and logging to make debugging such situations easier. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Deprecate getEditionString() | Joas Schilling | 2016-09-06 | 1 | -9/+2 |
| | |||||
* | Merge pull request #1054 from nextcloud/less-cache-hits | Lukas Reschke | 2016-08-27 | 1 | -0/+1 |
|\ | | | | | Reduce the number of cache operations for dav operations | ||||
| * | cache user folders | Robin Appelman | 2016-08-25 | 1 | -0/+1 |
| | | |||||
* | | prevent infinite redirect loops if the there is no 2fa provider to pass | Christoph Wurst | 2016-08-24 | 1 | -1/+1 |
|/ | | | | | | | This fixes infinite loops that are caused whenever a user is about to solve a 2FA challenge, but the provider app is disabled at the same time. Since the session value usually indicates that the challenge needs to be solved before we grant access we have to remove that value instead in this special case. | ||||
* | Merge pull request #899 from nextcloud/nfd-default | Robin Appelman | 2016-08-17 | 1 | -1/+1 |
|\ | | | | | [us] Disable NFD encoding wrapper by default | ||||
| * | Disable NFD encoding wrapper by default | Vincent Petry | 2016-08-17 | 1 | -1/+1 |
| | | | | | | | | | | Seems I forgot to set it back to false after testing. Will give a performance boost for all storages. | ||||
* | | use $userId instead of $user | Jörn Friedrich Dreyer | 2016-08-14 | 1 | -3/+3 |
| | | |||||
* | | Ensure the user exists before calling a method on it - fixes #24751 | Thomas Müller | 2016-08-14 | 1 | -3/+7 |
|/ | |||||
* | libxml - compare against loaded version | Morris Jobke | 2016-07-28 | 1 | -2/+8 |
| | | | | | | | * if the compiled in version is older than the loaded version Nextcloud doesn't work * uses the loaded libxml version to check against fixes #205 | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -4/+5 |
| | |||||
* | Use the themed Defaults everywhere | Joas Schilling | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | Remove unneeded checks if it runs on a Windows machine | Morris Jobke | 2016-07-08 | 1 | -21/+12 |
| | | | | * the setup check is still there | ||||
* | Merge remote-tracking branch 'upstream/master' into master-upstream-sync | Lukas Reschke | 2016-06-26 | 1 | -5/+6 |
|\ | |||||
| * | redirect to new login route (#25099) | Christoph Wurst | 2016-06-21 | 1 | -5/+6 |
| | | | | | | | | | | | | * redirect to new login route * encode anchor in url and restore it client-side | ||||
* | | fix more strings | Morris Jobke | 2016-06-20 | 1 | -8/+4 |
|/ | |||||
* | Check 2FA state for raw php files too | Christoph Wurst | 2016-06-10 | 1 | -0/+5 |
| | |||||
* | Use temporary htaccesstest.txt for data dir security check | Vincent Petry | 2016-06-07 | 1 | -13/+24 |
| | |||||
* | Properly check for mbstring extension | Lukas Reschke | 2016-05-31 | 1 | -1/+1 |
| | | | | mb_detect_encoding is in the fallback we ship in the polyfill library, mb_strcut is not. Thus this lead to a false positive and ownCloud would just break. | ||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -8/+6 |
| | |||||
* | Add encoding wrapper as opt-in mount option | Vincent Petry | 2016-05-20 | 1 | -4/+2 |
| | | | | | The encoding wrapper is now only applied when the mount option is set, disabled by default. | ||||
* | Add wrapper for NFD encoding workaround | Vincent Petry | 2016-05-20 | 1 | -0/+9 |
| | |||||
* | token based auth | Christoph Wurst | 2016-05-11 | 1 | -2/+1 |
| | | | | | | | | * 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 | ||||
* | Move non PSR-4 files from lib/private root to legacy | Roeland Jago Douma | 2016-04-30 | 1 | -0/+1450 |
As discussed we move all old style classes (OC_FOO_BAR) to legacy. Then from there we can evaluate the need to convert them back or if they can be fully deprecated/deleted. |