| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix escaped HTML on error pages | Morris Jobke | 2017-05-08 | 1 | -12/+8 |
* | Use regex to detect part files | Vincent Petry | 2017-04-26 | 1 | -2/+2 |
* | #7496 Don`t allow upload of files with extension .part | Ilja Neumann | 2017-04-26 | 1 | -0/+6 |
* | Fix translations | Joas Schilling | 2017-04-18 | 1 | -1/+1 |
* | Merge pull request #4256 from nextcloud/theming | Lukas Reschke | 2017-04-11 | 1 | -1/+1 |
|\ |
|
| * | Move OC_Defaults to OCP\Defaults | Morris Jobke | 2017-04-09 | 1 | -1/+1 |
* | | Lowercase "data" correctly | Joas Schilling | 2017-04-10 | 1 | -6/+6 |
* | | removed path to datadir | Kawohl | 2017-04-04 | 1 | -13/+13 |
|/ |
|
* | Redirect to 2FA selection screen | Christoph Wurst | 2017-04-03 | 1 | -2/+2 |
* | Use SystemConfig instead of AllConfig for DB stuff | Morris Jobke | 2017-03-19 | 1 | -11/+11 |
* | Remove deprecated OC_User::isLoggedIn | Sebastian Wessalowski | 2017-03-02 | 1 | -2/+2 |
* | always allow remembered login | Christoph Wurst | 2017-01-11 | 1 | -21/+0 |
* | Only show version in settings - do not list channel | Morris Jobke | 2016-12-22 | 1 | -2/+2 |
* | Properly check the data dir | Morris Jobke | 2016-12-05 | 1 | -0/+2 |
* | Merge pull request #2066 from nextcloud/fix-redirect-double-encoding | Morris Jobke | 2016-11-29 | 1 | -1/+1 |
|\ |
|
| * | do not double encode the redirect url | Christoph Wurst | 2016-11-09 | 1 | -1/+1 |
* | | Use correct channel information | Morris Jobke | 2016-11-29 | 1 | -7/+1 |
* | | Add system config htaccess.IgnoreFrontController for prettyURLs w/o mod_env | Felix Epp | 2016-11-16 | 1 | -3/+4 |
* | | Fix tests | Roeland Jago Douma | 2016-11-15 | 1 | -15/+9 |
* | | Do not cache version info in the sessions | Roeland Jago Douma | 2016-11-15 | 1 | -29/+32 |
* | | We need to ensure that the app holding the objectstore implementation is load... | Thomas Müller | 2016-11-14 | 1 | -0/+5 |
|/ |
|
* | Add update support | Lukas Reschke | 2016-10-31 | 1 | -0/+1 |
* | Move away from OC_L10N | Roeland Jago Douma | 2016-10-28 | 1 | -1/+1 |
* | 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 |
* | Graceful error handling and logging | Lukas Reschke | 2016-09-25 | 1 | -1/+16 |
* | 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 |
|\ |
|
| * | 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 |
|/ |
|
* | Merge pull request #899 from nextcloud/nfd-default | Robin Appelman | 2016-08-17 | 1 | -1/+1 |
|\ |
|
| * | Disable NFD encoding wrapper by default | Vincent Petry | 2016-08-17 | 1 | -1/+1 |
* | | 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 |
* | 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 |
* | 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 |
* | | 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 |
* | 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 |
* | 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 |