Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Add some comments | Robin Appelman | 2014-06-03 | 1 | -0/+1 | |
| | | | ||||||
| * | | Make the session available as early as possible | Robin Appelman | 2014-05-23 | 1 | -0/+2 | |
| |/ | ||||||
* | | Merge pull request #8443 from owncloud/csrf-on-login-and-logout | Vincent Petry | 2014-06-02 | 1 | -0/+10 | |
|\ \ | | | | | | | Add CSRF check on login and logout | |||||
| * \ | Merge branch 'master' into csrf-on-login-and-logout | Thomas Müller | 2014-05-19 | 1 | -34/+15 | |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: core/templates/login.php | |||||
| * | | | Redirect to index if the logout link is accessed without valid session | Lukas Reschke | 2014-05-11 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | This is needed to prevent "Token expired" messages while login if a session is expired @see https://github.com/owncloud/core/pull/8443#issuecomment-42425583 | |||||
| * | | | Add CSRF check on login and logout | Lukas Reschke | 2014-05-04 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | This is a minor issue and not worth a backport in my opinion as it could break more things than it's worth having it. | |||||
* | | | | Merge pull request #8727 from owncloud/upgrade-overview | Lukas Reschke | 2014-05-29 | 1 | -0/+15 | |
|\ \ \ \ | | | | | | | | | | | Added update overview page | |||||
| * | | | | Now showing disabled apps as upgrade status line | Vincent Petry | 2014-05-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Added app id in update overview. - Added status message for disabled app for CLI upgrade and web upgrade | |||||
| * | | | | Added update overview page | Vincent Petry | 2014-05-27 | 1 | -0/+15 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #8681 from owncloud/logintimestamp | Lukas Reschke | 2014-05-28 | 1 | -15/+9 | |
|\ \ \ \ | | | | | | | | | | | Record login timestamp per user. Required for new user managament. | |||||
| * | | | | Clarify comment | Lukas Reschke | 2014-05-24 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | clean up tryRememberLogin and save the timestamp of users last login | Arthur Schiwon | 2014-05-21 | 1 | -15/+9 | |
| | |_|/ | |/| | | ||||||
* | | | | remove legacy OC_Filesystem being used in a hook callback | Thomas Müller | 2014-05-28 | 1 | -2/+2 | |
| |/ / |/| | | ||||||
* | | | use custom logfile path if defined, otherwise use default of owncloud.log in ↵ | scolebrook | 2014-05-20 | 1 | -1/+2 | |
|/ / | | | | | | | data directory | |||||
* | | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -1/+1 | |
| | | | | | | | | * test case added to avoid adding them later | |||||
* | | Merge pull request #8557 from owncloud/custom_session_handling | Thomas Müller | 2014-05-19 | 1 | -2/+11 | |
|\ \ | | | | | | | Allow apps to create custom session handlers. | |||||
| * | | Allow apps to create custom session handlers. | ringmaster | 2014-05-12 | 1 | -2/+11 | |
| | | | ||||||
* | | | Change parameter order of implode | Robin McCorkell | 2014-05-13 | 1 | -1/+1 | |
| | | | ||||||
* | | | adding X-Robots-Tag to all responses of ownCloud + move addSecurityHeaders() ↵ | Thomas Müller | 2014-05-12 | 1 | -29/+1 | |
|/ / | | | | | | | to OC_Response, which seems to be a more reasonable place | |||||
* / | Rename issubdirectory to isSubDirectory | Lukas Reschke | 2014-05-11 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #8171 from owncloud/fix-import | Bernhard Posselt | 2014-05-02 | 1 | -0/+1 | |
|\ | | | | | be nice and use a relative import so people can use the class without fi... | |||||
| * | add class Pimple to autloader | Thomas Müller | 2014-04-28 | 1 | -0/+1 | |
| | | ||||||
* | | Merge pull request #7852 from josh4trunks/basic_auth_fix | Thomas Müller | 2014-04-28 | 1 | -13/+14 | |
|\ \ | | | | | | | Fixes login / logout when HTTP Basic Headers are avilable. | |||||
| * | | Fixed Typo | josh4trunks | 2014-04-03 | 1 | -1/+1 | |
| | | | ||||||
| * | | Don't always $cookie_path, only set it when needed | josh4trunks | 2014-04-03 | 1 | -3/+2 | |
| | | | ||||||
| * | | cookie would be useless if value is not set | josh4trunks | 2014-04-03 | 1 | -1/+1 | |
| | | | ||||||
| * | | Don't to set the cookie it wasn't needed. | josh4trunks | 2014-04-03 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fixes login / logout when HTTP Basic Headers are avilable. | josh4trunks | 2014-04-03 | 1 | -13/+15 | |
| | | | ||||||
* | | | Remove an added t by the github webeditor | Lukas Reschke | 2014-04-27 | 1 | -1/+1 | |
| | | | | | | | | | Notice to myself: Stick to my IDE. | |||||
* | | | Grammatical fixes | Lukas Reschke | 2014-04-27 | 1 | -2/+2 | |
| | | | ||||||
* | | | Clarify the trusted_domain error page | Lukas Reschke | 2014-04-26 | 1 | -1/+1 | |
| | | | ||||||
* | | | This adds one more missing untranslated text from lib/share | Volkan Gezer | 2014-04-24 | 1 | -2/+3 | |
| | | | | | | | | | | | | Also displays the untrusted domain warning in English | |||||
* | | | Some more PHPDoc fixes | Lukas Reschke | 2014-04-21 | 1 | -1/+34 | |
| | | | ||||||
* | | | Fix typo | Lukas Reschke | 2014-04-14 | 1 | -1/+1 | |
| | | | | | | | | | Thanks @DeepDiver1975 | |||||
* | | | Typo + Line breaks | Lukas Reschke | 2014-04-13 | 1 | -5/+3 | |
| | | | ||||||
* | | | Move security headers to base.php | Lukas Reschke | 2014-04-13 | 1 | -0/+31 | |
| |/ |/| | | | | | | | Some headers were currently only added to the templates but not to other components (e.g. SabreDAV / JSON / etc...) The migration to base.php ensures that the headers are served to all requests passing base.php | |||||
* | | reduce code duplication, fix parse error, prevent page reload on hitting ↵ | Thomas Müller | 2014-04-07 | 1 | -0/+1 | |
|/ | | | | enter while changing the display name - refs #8085 | |||||
* | Merge pull request #7879 from owncloud/sharing_cleanup_public_api | Vincent Petry | 2014-03-28 | 1 | -4/+4 | |
|\ | | | | | sharing api cleanup, first step | |||||
| * | add a "helper" and a "hooks" class. Move constants needed by multiple classes | Bjoern Schiessle | 2014-03-25 | 1 | -4/+4 | |
| | | | | | | | | to a "constants" class | |||||
* | | Merge pull request #7107 from owncloud/load-apps-proper-master | Thomas Müller | 2014-03-28 | 1 | -18/+6 | |
|\ \ | |/ |/| | Load apps proper master | |||||
| * | all authentication apps are loaded at first - everything else relies on ↵ | Thomas Müller | 2014-03-21 | 1 | -1/+2 | |
| | | | | | | | | these apps | |||||
| * | Merge branch 'master' into load-apps-proper-master | Thomas Müller | 2014-03-21 | 1 | -46/+28 | |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/ajax/rawlist.php cron.php ocs/v1.php | |||||
| * | | Within OC:init() the minimum set of apps is loaded - which is filesystem, ↵ | Thomas Müller | 2014-02-06 | 1 | -11/+4 | |
| | | | | | | | | | | | | authentication and logging | |||||
| * | | remove some more global variable $RUNTIME_NOAPPS | Thomas Müller | 2014-02-06 | 1 | -5/+0 | |
| | | | ||||||
| * | | remove global variable $RUNTIME_NOAPPS - it's just superfluous | Thomas Müller | 2014-02-06 | 1 | -2/+1 | |
| | | | ||||||
* | | | Merge pull request #7714 from owncloud/phpunit-config | icewind1991 | 2014-03-24 | 1 | -1/+3 | |
|\ \ \ | |_|/ |/| | | Allow setting the config dir to use as enviroment variable for phpunit | |||||
| * | | Allow setting the config dir to use as enviroment variable for phpunit | Robin Appelman | 2014-03-13 | 1 | -1/+3 | |
| | | | ||||||
* | | | Merge pull request #7732 from owncloud/datafolderexistence | Vincent Petry | 2014-03-20 | 1 | -0/+1 | |
|\ \ \ | | | | | | | | | Added .ocdata file to check for data folder validity | |||||
| * | | | Return 503 when a config/data dir error exists | Vincent Petry | 2014-03-14 | 1 | -0/+1 | |
| |/ / | ||||||
* | | | Merge pull request #7649 from owncloud/routing-public | Thomas Müller | 2014-03-17 | 1 | -19/+1 | |
|\ \ \ | | | | | | | | | Move routing classes to an interface and expose it in the public api |