Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move login form into controller | Lukas Reschke | 2016-04-15 | 1 | -39/+2 |
| | | | | First step on getting the authorisation stuff cleaned up. This is only for the login form, all other stuff is still where it is. | ||||
* | lib: Fix typos (found by codespell) | Stefan Weil | 2016-04-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Consistently use rel=noreferrer | Lukas Reschke | 2016-03-20 | 1 | -4/+4 |
| | | | | When linking to external entities we should consistently use rel=noreferrer | ||||
* | Require at least libxml 2.7.0 | Lukas Reschke | 2016-03-12 | 1 | -0/+8 |
| | | | | Fixes https://github.com/owncloud/core/issues/23168 | ||||
* | Add XMLReader as requirement | Lukas Reschke | 2016-03-09 | 1 | -1/+2 |
| | | | | | | | | The SabreDAV release in 9.0 requires XMLReader, while this is usually compiled in by default some distributions like Gentoo don't. Without this ownCloud gives a fatal 500 error instead of telling people to enable XMLReader. Fixes https://github.com/owncloud/core/issues/23003 | ||||
* | 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 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | getRootFolder should not setup the FS for any user | Roeland Jago Douma | 2016-02-18 | 1 | -1/+3 |
| | | | | | | | | | | | | | Fixes #22467 This can go wrong when an app (take the ldap app) DIs something that needs the rootFolder. This break if we use cookie auth since then we know the user at that point and thus try to setup the fs for that user. However if there are then incomming shares from an ldap user they will fails since the user manager can't find them yet. Now getRootFolder does not setup the fs for any user. | ||||
* | 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 |
| | | | | This adds a new CSRF manager for unit testing purposes, it's interface is based upon https://github.com/symfony/security-csrf. Due to some of our required custom changes it is however not possible to use the Symfony component directly. | ||||
* | 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 | ||||
| * | Remove unneeded check if htaccess test file already exists | Morris Jobke | 2016-01-06 | 1 | -4/+0 |
| | | | | | | | | * fixes #20199 | ||||
* | | 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 | ||||
| * | | 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 |
|\ | | | | | Cleanup OC_Config mess | ||||
| * | 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 |
| | | | | | | | | | | We were still using the lecagy class OC_Config all over the place. Which was a wrapper around the new class OC\Config | ||||
* | | 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 |
| | | | | | Private deprecated function => removed Replaced all instances with suggested replacement | ||||
* | 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 |
| | | | | | | | | | | We already support the `config_is_read_only` for the config file itself. However not for the whole directory (which is a bug). This unifies the check in the checkServer routine with the one in base.php. Now one can enable a read only config folder so that ownCloud is not allowed to overwrite it's own source code. To test this set the whole config folder to read only, clear your session, refresh, see it fails, add the new code, refresh, see it works. Also verify that setup still works fine. (obviously setup does not work with a read only config Also verify that setup still works fine. (obviously setup does not work with a read only config)) Fixes https://github.com/owncloud/core/issues/14455 | ||||
* | Get rid of passing a reference | Lukas Reschke | 2015-12-08 | 1 | -4/+6 |
| | | | | Fixes https://github.com/owncloud/core/issues/14643 | ||||
* | 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 i… | ||||
| * | 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 |
|\ \ | |/ |/| | Replacing ini_get instances with inigetwrapper usages | ||||
| * | 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 | ||||
| * | | reuse code | Individual IT Services | 2015-11-23 | 1 | -43/+38 |
| |/ | |||||
* | | Support pretty URLs | Lukas Reschke | 2015-12-01 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | This changeset allows ownCloud to run with pretty URLs, they will be used if mod_rewrite and mod_env are available. This means basically that the `index.php` in the URL is not shown to the user anymore. Also the not deprecated functions to generate URLs have been modified to support this behaviour, old functions such as `filePath` will still behave as before for compatibility reasons. Examples: http://localhost/owncloud/index.php/s/AIDyKbxiRZWAAjP => http://localhost/owncloud/s/AIDyKbxiRZWAAjP http://localhost/owncloud/index.php/apps/files/ => http://localhost/owncloud/apps/files/ Due to the way our CSS and JS is structured the .htaccess uses some hacks for the final result but could be worse... And I was just annoyed by all that users crying for the removal of `index.php` ;-) | ||||
* | | Untangle the linkToDocs method in OC_Helper | Morris Jobke | 2015-11-26 | 1 | -4/+7 |
|/ | | | | | * now uses the proper URLGenerator interface * add comment about DI problems | ||||
* | 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 | ||||
| * | 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 possibility for alternative logins to force redirection of login page | ||||
| * | 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 |
| | |