| Commit message (Expand) | Author | Age | Files | Lines |
* | Move login form into controller | Lukas Reschke | 2016-04-15 | 1 | -39/+2 |
* | lib: Fix typos (found by codespell) | Stefan Weil | 2016-04-07 | 1 | -1/+1 |
* | Consistently use rel=noreferrer | Lukas Reschke | 2016-03-20 | 1 | -4/+4 |
* | Require at least libxml 2.7.0 | Lukas Reschke | 2016-03-12 | 1 | -0/+8 |
* | Add XMLReader as requirement | Lukas Reschke | 2016-03-09 | 1 | -1/+2 |
* | Fix share mounting recursion | Vincent Petry | 2016-03-08 | 1 | -1/+1 |
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -1/+1 |
* | getRootFolder should not setup the FS for any user | Roeland Jago Douma | 2016-02-18 | 1 | -1/+3 |
* | refactoring code | Vincent Chan | 2016-02-10 | 1 | -0/+1 |
* | Consolidate getQuota and setQuota methods in User instance | Arthur Schiwon | 2016-02-09 | 1 | -5/+1 |
* | Add mount option to disable sharing | Robin Appelman | 2016-01-29 | 1 | -0/+10 |
* | Add new CSRF manager for unit testing purposes | Lukas Reschke | 2016-01-25 | 1 | -36/+0 |
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+4 |
* | getMediumStrengthGenerator is deprecated and does not do anything anymore | Roeland Jago Douma | 2016-01-11 | 1 | -2/+2 |
* | getLowStrengthGenerator does not do anything anymore | Roeland Jago Douma | 2016-01-11 | 1 | -1/+1 |
* | Revert "Remove unneeded check if htaccess test file already exists" | Lukas Reschke | 2016-01-11 | 1 | -0/+4 |
* | Remove generateRandomBytes from OC_Util | Roeland Jago Douma | 2016-01-10 | 1 | -12/+0 |
* | Merge pull request #21479 from owncloud/fix-broken-state-in-htaccess-test | Thomas Müller | 2016-01-08 | 1 | -4/+0 |
|\ |
|
| * | Remove unneeded check if htaccess test file already exists | Morris Jobke | 2016-01-06 | 1 | -4/+0 |
* | | Merge pull request #21292 from owncloud/checkAppEnabled-not-needed-anymore | Thomas Müller | 2016-01-08 | 1 | -14/+0 |
|\ \ |
|
| * | | core will handle invalid URLs and redirects properly | Morris Jobke | 2015-12-18 | 1 | -14/+0 |
* | | | Allow downgrades for our brave developers, that switch between branches | Joas Schilling | 2016-01-07 | 1 | -0/+14 |
| |/
|/| |
|
* | | Refactor OC_Util::callCheck | Morris Jobke | 2015-12-22 | 1 | -22/+0 |
* | | Use OCP\Util::getVersion instead of the internal private implementation | Morris Jobke | 2015-12-18 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #21283 from owncloud/cleanup_config | Thomas Müller | 2015-12-18 | 1 | -6/+6 |
|\ |
|
| * | Use SystemConfig internally | Roeland Jago Douma | 2015-12-18 | 1 | -6/+6 |
| * | Get rid of legacy OC_Config | Roeland Jago Douma | 2015-12-18 | 1 | -6/+6 |
* | | properly use OCP\Util instead of OC_Helper | Morris Jobke | 2015-12-18 | 1 | -4/+4 |
|/ |
|
* | Remove deprecated function OC_User::getManager | Roeland Jago Douma | 2015-12-17 | 1 | -1/+1 |
* | Check if user isset in $_REQUEST first | Robin Appelman | 2015-12-14 | 1 | -3/+5 |
* | Add support for read only config dir | Lukas Reschke | 2015-12-09 | 1 | -7/+9 |
* | Get rid of passing a reference | Lukas Reschke | 2015-12-08 | 1 | -4/+6 |
* | Allow specifying a custom reset-password-url | Joas Schilling | 2015-12-07 | 1 | -3/+5 |
* | Remove password reset when the user can not change the password | Joas Schilling | 2015-12-07 | 1 | -0/+6 |
* | Merge pull request #20960 from owncloud/drop-OC_Util-getUrlContent | Thomas Müller | 2015-12-07 | 1 | -18/+5 |
|\ |
|
| * | Remove OC_Util::getUrlContent and replace by proper usage of public interfaces | Morris Jobke | 2015-12-04 | 1 | -18/+5 |
* | | Merge pull request #11131 from owncloud/use-phpini-wrapper | Thomas Müller | 2015-12-07 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Replace new occurences of ini_get with IniWrapper methods | Morris Jobke | 2015-11-23 | 1 | -1/+1 |
* | | Merge pull request #19461 from owncloud/reuse_code | Thomas Müller | 2015-12-03 | 1 | -43/+38 |
|\ \ |
|
| * | | reuse code | Individual IT Services | 2015-11-23 | 1 | -43/+38 |
| |/ |
|
* | | Support pretty URLs | Lukas Reschke | 2015-12-01 | 1 | -1/+6 |
* | | Untangle the linkToDocs method in OC_Helper | Morris Jobke | 2015-11-26 | 1 | -4/+7 |
|/ |
|
* | Merge pull request #20524 from owncloud/pgsql-version-check-error | Thomas Müller | 2015-11-23 | 1 | -6/+3 |
|\ |
|
| * | assume pgsql >=9 if checking the version fails | Robin Appelman | 2015-11-16 | 1 | -6/+3 |
* | | Fix failing unit test :skull: | Thomas Müller | 2015-11-19 | 1 | -1/+1 |
* | | Use mocks when testing isSharingDisabledForUser | Thomas Müller | 2015-11-19 | 1 | -8/+14 |
|/ |
|
* | Merge pull request #17920 from andyboeh/master | Thomas Müller | 2015-11-12 | 1 | -0/+1 |
|\ |
|
| * | Add hook 'pre_displayLoginPage' | Andreas Böhler | 2015-07-28 | 1 | -8/+1 |
| * | Add possibility for alternative logins to force redirection of login page | Andreas Böhler | 2015-07-28 | 1 | -0/+8 |