Commit Graph

649 Commits (e9f616b0a03e830ae3ec723a8eff511220810eca)

Author SHA1 Message Date
Volkan Gezer ae68a773c0 more strings to translate in utils also some fixes in defaults 11 years ago
Vincent Petry a120d6e9a3 Bring back loadApps() in base.php 11 years ago
Vincent Petry 799205488c Prevent loadApps on upgrade 11 years ago
Lukas Reschke f2fc214ce0 Add deprecation notice to load* functions 11 years ago
Arthur Schiwon 7b704eeb5e Load fundamental apps, before any possible customizing app may follow 11 years ago
Morris Jobke 63c5c7bd21 set logger before registrate to an error handler 11 years ago
Jan-Christoph Borchardt 9e56acbdc9 add snap.js script 11 years ago
Lukas Reschke 7c4abce373 Move authentication to it's own call 11 years ago
Lukas Reschke ac7fb1b23e Remove legacy routing code 11 years ago
Vincent Petry 95fda3c17c Do not load apps when upgrade is needed 11 years ago
Jan-Christoph Borchardt 35308f5b09 hide navigation by default, not only on small screens, first step 11 years ago
Jan-Christoph Borchardt 80627dfd2c use Open Sans as typeface 11 years ago
Morris Jobke cea7d4961e move to updated version of placeholder 11 years ago
Jan-Christoph Borchardt 7177d3a496 first step of infield label removal, fix login screen 11 years ago
Robin Appelman 3e14affa9b Add some comments 11 years ago
Arthur Schiwon b15a5a7ca0 undo lastLogin changes in base and user/user as this has now been properly done in #8681 11 years ago
Arthur Schiwon 57ffaddf26 add Last Login column 11 years ago
Thomas Müller f03a3d9d05 remove legacy OC_Filesystem being used in a hook callback 11 years ago
Vincent Petry 02f682b156 Now showing disabled apps as upgrade status line 11 years ago
Vincent Petry 146583a98d Added update overview page 11 years ago
Bernhard Posselt c2330e558e rename to apps.js 11 years ago
Lukas Reschke c03e7fcfa9 Clarify comment 11 years ago
Bernhard Posselt db1511a11d add a slideup mechanism 11 years ago
Robin Appelman 8b56d52398 Make the session available as early as possible 11 years ago
Arthur Schiwon 2c89962919 clean up tryRememberLogin and save the timestamp of users last login 11 years ago
scolebrook 954d5b27ff use custom logfile path if defined, otherwise use default of owncloud.log in data directory 11 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 11 years ago
Robin McCorkell bd3bf4b507 Change parameter order of implode 11 years ago
ringmaster 75bc25f906 Allow apps to create custom session handlers. 11 years ago
Thomas Müller 3cd32dcb7c adding X-Robots-Tag to all responses of ownCloud + move addSecurityHeaders() to OC_Response, which seems to be a more reasonable place 11 years ago
Lukas Reschke fd5b2d11d6 Rename issubdirectory to isSubDirectory 11 years ago
Lukas Reschke e1e1009ccc Redirect to index if the logout link is accessed without valid session 11 years ago
Lukas Reschke 73b914ddbc Add CSRF check on login and logout 11 years ago
Thomas Müller 6935364b33 add class Pimple to autloader 11 years ago
Lukas Reschke 1d9ac38da6 Remove an added t by the github webeditor 11 years ago
Lukas Reschke 7a8bfeae6e Grammatical fixes 11 years ago
Lukas Reschke b6612ef04a Clarify the trusted_domain error page 11 years ago
Volkan Gezer ff0dab6e92 This adds one more missing untranslated text from lib/share 11 years ago
Lukas Reschke e88731a477 Some more PHPDoc fixes 11 years ago
Lukas Reschke c123dc7de4 Fix typo 11 years ago
Lukas Reschke 387d46cb98 Typo + Line breaks 11 years ago
Lukas Reschke df67a04385 Move security headers to base.php 11 years ago
Thomas Müller 647abe512b reduce code duplication, fix parse error, prevent page reload on hitting enter while changing the display name - refs #8085 11 years ago
josh4trunks 5b402aa846 Fixed Typo 11 years ago
josh4trunks a266144750 Don't always $cookie_path, only set it when needed 11 years ago
josh4trunks d1106f1749 cookie would be useless if value is not set 11 years ago
josh4trunks 63df8354da Don't to set the cookie it wasn't needed. 11 years ago
josh4trunks 4ddf5d92f2 Fixes login / logout when HTTP Basic Headers are avilable. 11 years ago
Bjoern Schiessle b602662578 add a "helper" and a "hooks" class. Move constants needed by multiple classes 11 years ago
Thomas Müller 96e6cb3db4 all authentication apps are loaded at first - everything else relies on these apps 11 years ago