aboutsummaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Add some commentsRobin Appelman2014-06-031-0/+1
| | |
| * | Make the session available as early as possibleRobin Appelman2014-05-231-0/+2
| |/
* | Merge pull request #8443 from owncloud/csrf-on-login-and-logoutVincent Petry2014-06-021-0/+10
|\ \ | | | | | | Add CSRF check on login and logout
| * \ Merge branch 'master' into csrf-on-login-and-logoutThomas Müller2014-05-191-34/+15
| |\ \ | | | | | | | | | | | | | | | | Conflicts: core/templates/login.php
| * | | Redirect to index if the logout link is accessed without valid sessionLukas Reschke2014-05-111-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 logoutLukas Reschke2014-05-041-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-overviewLukas Reschke2014-05-291-0/+15
|\ \ \ \ | | | | | | | | | | Added update overview page
| * | | | Now showing disabled apps as upgrade status lineVincent Petry2014-05-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Added app id in update overview. - Added status message for disabled app for CLI upgrade and web upgrade
| * | | | Added update overview pageVincent Petry2014-05-271-0/+15
| | |_|/ | |/| |
* | | | Merge pull request #8681 from owncloud/logintimestampLukas Reschke2014-05-281-15/+9
|\ \ \ \ | | | | | | | | | | Record login timestamp per user. Required for new user managament.
| * | | | Clarify commentLukas Reschke2014-05-241-1/+1
| | | | |
| * | | | clean up tryRememberLogin and save the timestamp of users last loginArthur Schiwon2014-05-211-15/+9
| | |_|/ | |/| |
* | | | remove legacy OC_Filesystem being used in a hook callbackThomas Müller2014-05-281-2/+2
| |/ / |/| |
* | | use custom logfile path if defined, otherwise use default of owncloud.log in ↵scolebrook2014-05-201-1/+2
|/ / | | | | | | data directory
* | Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-1/+1
| | | | | | | | * test case added to avoid adding them later
* | Merge pull request #8557 from owncloud/custom_session_handlingThomas Müller2014-05-191-2/+11
|\ \ | | | | | | Allow apps to create custom session handlers.
| * | Allow apps to create custom session handlers.ringmaster2014-05-121-2/+11
| | |
* | | Change parameter order of implodeRobin McCorkell2014-05-131-1/+1
| | |
* | | adding X-Robots-Tag to all responses of ownCloud + move addSecurityHeaders() ↵Thomas Müller2014-05-121-29/+1
|/ / | | | | | | to OC_Response, which seems to be a more reasonable place
* / Rename issubdirectory to isSubDirectoryLukas Reschke2014-05-111-1/+1
|/
* Merge pull request #8171 from owncloud/fix-importBernhard Posselt2014-05-021-0/+1
|\ | | | | be nice and use a relative import so people can use the class without fi...
| * add class Pimple to autloaderThomas Müller2014-04-281-0/+1
| |
* | Merge pull request #7852 from josh4trunks/basic_auth_fixThomas Müller2014-04-281-13/+14
|\ \ | | | | | | Fixes login / logout when HTTP Basic Headers are avilable.
| * | Fixed Typojosh4trunks2014-04-031-1/+1
| | |
| * | Don't always $cookie_path, only set it when neededjosh4trunks2014-04-031-3/+2
| | |
| * | cookie would be useless if value is not setjosh4trunks2014-04-031-1/+1
| | |
| * | Don't to set the cookie it wasn't needed.josh4trunks2014-04-031-1/+1
| | |
| * | Fixes login / logout when HTTP Basic Headers are avilable.josh4trunks2014-04-031-13/+15
| | |
* | | Remove an added t by the github webeditorLukas Reschke2014-04-271-1/+1
| | | | | | | | | Notice to myself: Stick to my IDE.
* | | Grammatical fixesLukas Reschke2014-04-271-2/+2
| | |
* | | Clarify the trusted_domain error pageLukas Reschke2014-04-261-1/+1
| | |
* | | This adds one more missing untranslated text from lib/shareVolkan Gezer2014-04-241-2/+3
| | | | | | | | | | | | Also displays the untrusted domain warning in English
* | | Some more PHPDoc fixesLukas Reschke2014-04-211-1/+34
| | |
* | | Fix typoLukas Reschke2014-04-141-1/+1
| | | | | | | | | Thanks @DeepDiver1975
* | | Typo + Line breaksLukas Reschke2014-04-131-5/+3
| | |
* | | Move security headers to base.phpLukas Reschke2014-04-131-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üller2014-04-071-0/+1
|/ | | | enter while changing the display name - refs #8085
* Merge pull request #7879 from owncloud/sharing_cleanup_public_apiVincent Petry2014-03-281-4/+4
|\ | | | | sharing api cleanup, first step
| * add a "helper" and a "hooks" class. Move constants needed by multiple classesBjoern Schiessle2014-03-251-4/+4
| | | | | | | | to a "constants" class
* | Merge pull request #7107 from owncloud/load-apps-proper-masterThomas Müller2014-03-281-18/+6
|\ \ | |/ |/| Load apps proper master
| * all authentication apps are loaded at first - everything else relies on ↵Thomas Müller2014-03-211-1/+2
| | | | | | | | these apps
| * Merge branch 'master' into load-apps-proper-masterThomas Müller2014-03-211-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üller2014-02-061-11/+4
| | | | | | | | | | | | authentication and logging
| * | remove some more global variable $RUNTIME_NOAPPSThomas Müller2014-02-061-5/+0
| | |
| * | remove global variable $RUNTIME_NOAPPS - it's just superfluousThomas Müller2014-02-061-2/+1
| | |
* | | Merge pull request #7714 from owncloud/phpunit-configicewind19912014-03-241-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 phpunitRobin Appelman2014-03-131-1/+3
| | |
* | | Merge pull request #7732 from owncloud/datafolderexistenceVincent Petry2014-03-201-0/+1
|\ \ \ | | | | | | | | Added .ocdata file to check for data folder validity
| * | | Return 503 when a config/data dir error existsVincent Petry2014-03-141-0/+1
| |/ /
* | | Merge pull request #7649 from owncloud/routing-publicThomas Müller2014-03-171-19/+1
|\ \ \ | | | | | | | | Move routing classes to an interface and expose it in the public api