Commit Graph

1220 Commits (e9fa74bfb791796ec53b1129c3e20cdcccc9aa49)

Author SHA1 Message Date
Arthur Schiwon 2c89962919 clean up tryRememberLogin and save the timestamp of users last login 11 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 11 years ago
Joas Schilling ab7ae004f7 Automatically copy the share expiration date when new shares are created 11 years ago
Bjoern Schiessle 7a48f24459 use default expire date only for link shares 11 years ago
Bjoern Schiessle b6e14af861 allow admin to enforce passwords for public link shares 11 years ago
Vincent Petry 04f73275ba Now settings CSS class with appid in content DIV 11 years ago
Bernhard Posselt d8020c3506 use registerService method instead of array access 11 years ago
Bernhard Posselt 512373fadf provide a way to detect the language that is being used (e.g. for clientside javascript language selection 11 years ago
Thomas Müller 37ba6f503a fixing variable naming 11 years ago
Thomas Müller fa503a4772 fix PHPDoc 11 years ago
Thomas Müller 650a55e2ba object -> \OC\Preview 11 years ago
Thomas Müller 7853bc4cac adding PHPDoc 11 years ago
Thomas Müller 147007bdd8 fixing typo and missing @throws 11 years ago
Robin McCorkell 4755392c65 More PHPDoc for file functions 11 years ago
Robin McCorkell f7e777f7d2 Fix various code errors detected by Scrutinizer 11 years ago
Robin McCorkell bac8962bbc Fix Scrutinizer errors 11 years ago
Robin McCorkell 8ab01599a9 Use OC_User_Interface instead of OC_User_Backend 11 years ago
Lukas Reschke 7e448a376f Fix PHPDoc and typos 11 years ago
Robin McCorkell 3bed3d2a23 Change parameter type for useBackend 11 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 11 years ago
Robin McCorkell a7ae2e874a Squash 'a | b' into 'a|b', in /lib 11 years ago
Robin McCorkell b5bc37d2e4 Fix @return array PHPDocs, in /lib 11 years ago
Robin McCorkell b653ad164b Replace @returns with @return, in /lib 11 years ago
Vincent Petry bab8c1f8e5 Fixed getAbsolutePath case when path is "0" 11 years ago
Bjoern Schiessle a9ac11718e backup the encryption key after the encryption was disabled so that the user 11 years ago
Bernhard Posselt a152e320f6 make it possible to omit parameters and use the default parameters from the controller method 11 years ago
Thomas Müller 8314e5f4d1 fixing typos and adding PHPDoc 11 years ago
Thomas Müller f5ed92bf31 remove legacy aka deprecated code: OC_Cache_FileGlobalGC 11 years ago
Thomas Müller e0dd69e4e6 remove legacy aka deprecated code: OC_FilesystemView 11 years ago
Thomas Müller 33987eea83 remove legacy aka deprecated code: OC_Cache 11 years ago
Thomas Müller 4dd1a49a68 remove legacy aka deprecated code: OC_Filesystem 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
Morris Jobke 9d95fff427 fix missing spaces 11 years ago
Thomas Müller da0e37ef03 Rotate thumbnail when encryption is enabled 11 years ago
Thomas Müller d853c60d7e adding interpolation as requested by PSR-3 11 years ago
Bernhard Posselt 63f2f16b85 use new controllermethodreflector for corsmiddleware 11 years ago
Bernhard Posselt 474b8f071d Fix typo 11 years ago
Bernhard Posselt 3e58a767ad Fix method signature 11 years ago
Bernhard Posselt fcb1aa36f0 default to null to not fail if type is not annotated via phpdoc 11 years ago
Bernhard Posselt 1d45239c65 adjust license headers to new mail address 11 years ago
Bernhard Posselt cb666c18d6 rename formatter to responder, formatResponse to buildResponse 11 years ago
Bernhard Posselt c590244fa1 add private property for reflector in security middleware 11 years ago
Bernhard Posselt ede7325772 fix broken if 11 years ago
Bernhard Posselt d8da79cab0 add test for not failing when adding more comments after type parameters, do not limit x-www-form-urlencoded to POST 11 years ago
Bernhard Posselt 4dca2038bf add request to dispatcher class 11 years ago
Bernhard Posselt 80648da431 implement most of the basic stuff that was suggested in #8290 11 years ago
Lukas Reschke fd5b2d11d6 Rename issubdirectory to isSubDirectory 11 years ago
Lukas Reschke a40e49cae5 Harden issubdirectory() 11 years ago
Lukas Reschke cd3ed01483 Fix Typo 11 years ago
Bernhard Posselt e05192a23d Fix method signature 11 years ago