Commit Graph

2572 Commits (d8f04f5a97e77bf5fb84b05ddd9b3a476fecfb7c)

Author SHA1 Message Date
Bernhard Posselt 8e37214346 add an interface for the root folder so apps have an interface to deal with storage 12 years ago
Bernhard Posselt ba03b0b843 add an interface for the timefactory class 12 years ago
Morris Jobke 5383d83f9e Change support message to be more explicit about the enterprise edition 12 years ago
derkostka 1c22b1f626 Fix Undefined variable: result at tags.php#231 12 years ago
Arthur Schiwon ec0f80fee9 Split mapping from Access and Helper classes into it's own. Fully test them, too. 12 years ago
Bjoern Schiessle 24993280ed Next step in server-to-server sharing next generation, see #12285 12 years ago
Lukas Reschke dbbf568192 Fix typo 12 years ago
Lukas Reschke a022e65285 Clarify return values 12 years ago
Morris Jobke 6da33e1ea7 introduce names for user backends - IUserBackend 12 years ago
Andreas Fischer 0ba5c182f0 HHVM: In APC cache clear, only request the cache key in APCIterator. 12 years ago
Andreas Fischer 3ebb69944b Do not call filesize(null), this function expects a string. 12 years ago
Vincent Petry 6224e29f25 Fix code style issues for tags plugin 12 years ago
drarko faaa1a89cb Fix extra quotes in custom tags in header 12 years ago
Vincent Petry 3c67900421 Remove obsolete method 12 years ago
Lukas Reschke e3230b5bc2 Add ultra-slim hack for incognito mode 12 years ago
Lukas Reschke 9031d79597 Return UID instead of login name 12 years ago
Lukas Reschke a02b00445e Store result of authentication 12 years ago
Lukas Reschke b91a435ed4 Move basic auth login out of `isLoggedIn` 12 years ago
Andreas Fischer fcf3c5197f HHVM: Add workaround for missing Memcached::deleteMulti() 12 years ago
Bernhard Posselt 6779bf113d add isAdmin and isInGroup methods for the group manager 12 years ago
Bernhard Posselt 236632702c add a isLoggedIn method to the usersession and deprecate the isLoggedIn method on the api 12 years ago
Andreas Fischer 8c509c3437 HHVM: Call libxml_use_internal_errors() instead of surpressing errors. 12 years ago
Vincent Petry 0b3f0716fc Returns and update tags through WebDAV PROPFIND and PROPPATCH 12 years ago
Robin Appelman 9ddd5033d4 Movable mountpoints are always deletable 12 years ago
Robin Appelman 2eab0f2121 Allow disabling previews per mount 12 years ago
Robin Appelman fd85424742 Add getMountPoint to FileInfo 12 years ago
Robin Appelman 95a145f67f Load mount specific options from the mount config 12 years ago
Lukas Reschke f6820406b6 Move the Null-Byte LDAP check to the user manager 12 years ago
Bernhard Posselt d59c4e832f first round of deprecation 12 years ago
Bernhard Posselt 9ae48e184b add a isLoggedIn method to the usersession and deprecate the isLoggedIn method on the api 12 years ago
Thomas Müller 775f6a1354 make sure styles and scripts are only loaded once 12 years ago
Joas Schilling 26100a6dfb Move timezone logic out of server.php 12 years ago
Thomas Müller e58b9d3eb7 fixing owncloud version 12 years ago
Vincent Petry c6be491a89 Return file info from Node API 12 years ago
Olivier Paroz 469fd3b3a3 Olivier Paroz \OCP\AppFramework\Utility\IControllerMethodReflector 12 years ago
Philipp Knechtges 768aea57d3 make regex in controllermethodreflector.php compatible with PCRE 6.x 12 years ago
Robin McCorkell fdbb68a3c3 Return ? if mtime is 0 or -1 12 years ago
Thomas Müller dcb88e395b rework api of DependencyAnalyzer 12 years ago
Vincent Petry 3878c3782f Added searchByTag in cache jail wrapper 12 years ago
Vincent Petry 15ecb28d50 Make $userId mandatory for searchByTags 12 years ago
Joas Schilling 811f9251d6 Correctly inject the language into the subcall 12 years ago
Vincent Petry 25dde7e93b Added searchByTags to view, storage and cache 12 years ago
Thomas Müller d94c1731d7 check app dependencies on installation as well 12 years ago
Thomas Müller 6566dc83e7 single dependencies will not be represented as an array + fix unit tests 12 years ago
Joas Schilling 1b18554aa7 Allow extensions to specify the list of special parameters 12 years ago
Robin Appelman 802c1b0b3a Ensure user mountpoints are setup when using getUserFolder 12 years ago
Joas Schilling cbad5c998b Correctly fallback to english, if the plural case is not translated 12 years ago
Lukas Reschke d0716d2c7d Use public interface 12 years ago
Vincent Petry 745d8706b9 Add user parameter to tag manager 12 years ago
Thomas Müller 5a03e0a5cf adding dependency to owncloud version - with fallback to requiremin and requiremax 12 years ago