Bernhard Posselt
|
c2330e558e
rename to apps.js
|
10 years ago |
Lukas Reschke
|
c03e7fcfa9
Clarify comment
|
10 years ago |
Bernhard Posselt
|
db1511a11d
add a slideup mechanism
|
10 years ago |
Robin Appelman
|
8b56d52398
Make the session available as early as possible
|
10 years ago |
Arthur Schiwon
|
2c89962919
clean up tryRememberLogin and save the timestamp of users last login
|
10 years ago |
scolebrook
|
954d5b27ff
use custom logfile path if defined, otherwise use default of owncloud.log in data directory
|
10 years ago |
Thomas Müller
|
f8cb8f4803
Merge branch 'master' into csrf-on-login-and-logout
|
10 years ago |
Morris Jobke
|
dc36d30953
Remove all occurences of @brief and @returns from PHPDoc
|
10 years ago |
Thomas Müller
|
04e6c12fe2
Merge pull request #8557 from owncloud/custom_session_handling
|
10 years ago |
Robin McCorkell
|
bd3bf4b507
Change parameter order of implode
|
10 years ago |
ringmaster
|
75bc25f906
Allow apps to create custom session handlers.
|
10 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
|
10 years ago |
Lukas Reschke
|
fd5b2d11d6
Rename issubdirectory to isSubDirectory
|
10 years ago |
Lukas Reschke
|
e1e1009ccc
Redirect to index if the logout link is accessed without valid session
|
10 years ago |
Lukas Reschke
|
73b914ddbc
Add CSRF check on login and logout
|
10 years ago |
Bernhard Posselt
|
906061a07b
Merge pull request #8171 from owncloud/fix-import
|
10 years ago |
Thomas Müller
|
7c0340c63c
Merge pull request #7852 from josh4trunks/basic_auth_fix
|
10 years ago |
Thomas Müller
|
6935364b33
add class Pimple to autloader
|
10 years ago |
Lukas Reschke
|
1d9ac38da6
Remove an added t by the github webeditor
|
10 years ago |
Lukas Reschke
|
7a8bfeae6e
Grammatical fixes
|
10 years ago |
Lukas Reschke
|
b6612ef04a
Clarify the trusted_domain error page
|
10 years ago |
Volkan Gezer
|
ff0dab6e92
This adds one more missing untranslated text from lib/share
|
10 years ago |
Lukas Reschke
|
e88731a477
Some more PHPDoc fixes
|
10 years ago |
Lukas Reschke
|
c123dc7de4
Fix typo
|
10 years ago |
Lukas Reschke
|
387d46cb98
Typo + Line breaks
|
10 years ago |
Lukas Reschke
|
df67a04385
Move security headers to base.php
|
10 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
|
10 years ago |
josh4trunks
|
5b402aa846
Fixed Typo
|
10 years ago |
josh4trunks
|
a266144750
Don't always $cookie_path, only set it when needed
|
10 years ago |
josh4trunks
|
d1106f1749
cookie would be useless if value is not set
|
10 years ago |