Commit Graph

223 Commits (404e9c005334b33ce9166db3374ab99a0dee00db)

Author SHA1 Message Date
Thomas Müller 131d82e41e move call to print_unescaped() to template 12 years ago
Thomas Müller c3286402a8 removing log(), getTemplate(), getLocalFilePath(), getUrlContent(), getFileInfo() 12 years ago
Thomas Müller 39be4dca67 removing all link/url related calls from API class 12 years ago
Thomas Müller 3ea2dfa5f9 remove getTrans() from API class 12 years ago
Thomas Müller 4e0c4c8f34 move l10n factory into private 12 years ago
Thomas Müller dbdf34402c remove outdated translation files 12 years ago
Thomas Müller 54e77e0e66 fixing typo 12 years ago
Thomas Müller 780280e53f fixing errors regarding wrong function calls / missing parameters 12 years ago
Thomas Müller f3c6546d5b remove obsolete passesCSRFCheck() 12 years ago
Thomas Müller e071bfc144 fixing SecurityMiddleware to use OC6 API 12 years ago
Thomas Müller 3829a746a1 moving file to the right location 12 years ago
Bart Visscher 8115c38670 Remove the exception catch, this should be handled by a higher layer 12 years ago
Thomas Müller 1f14ba6aed move controller to OCP 12 years ago
Robin Appelman 98ef90ad04 Fix loading legacy global filecache gc backgroundjobs 12 years ago
Markus Goetz e564a3a266 OC_App: Cache list of enabled apps 12 years ago
Thomas Tanghus 47b2007228 Remove misleading IMiddleware interface 12 years ago
Thomas Tanghus c85621a897 Make abstract Middleware class public 12 years ago
Frank Karlitschek 72b30e3e45 correctly expire cache if version file changed. Fixes problem that ownCloud only starts upgrading during login 12 years ago
Victor Dubiniuk 8da1aac1d0 Check result only once 12 years ago
Thomas Müller 414b2eb4b6 upload abortion detection only for PUT 12 years ago
Bart Visscher 21cbef0d2c passesCSRFCheck added to OCP\IRequest 12 years ago
Bart Visscher 61a9098b7d Add Helper and URLGenerator interfaces to server container 12 years ago
Bart Visscher ce9436c051 OC_Defaults is only used in error reporting 12 years ago
Bart Visscher 9f777fba98 Add L10N interface to server container 12 years ago
Victor Dubiniuk ef65037211 Make mimetypes static. Jenkis will be happy 12 years ago
Victor Dubiniuk 65750cb244 Load all mimetypes in one go 12 years ago
Frank Karlitschek 47666796a7 ups. remove debug 12 years ago
Frank Karlitschek e49ee47e7b use Filesystem::isIgnoredDir 12 years ago
Frank Karlitschek f0a98cc923 fix typo 12 years ago
Frank Karlitschek 6d95436695 add public static 12 years ago
Frank Karlitschek e40afbebc6 make it possible to prepopulate a new user gome with a skeleton 12 years ago
Markus Goetz 7f7718888d DAV: Use fileinfo_cache for ETag 12 years ago
Vincent Petry 006799616d Fixed missing default values 12 years ago
Vincent Petry b0bb64c3ee Added unit tests for relative_modified_date, changed method signature 12 years ago
Thomas Tanghus aedc427ffd Fix fix of POST :P 12 years ago
Thomas Tanghus 8a018d7a59 Fix POST decoding 12 years ago
Thomas Tanghus 965ce5719f Modified PUT behaviour 12 years ago
Vincent Petry ed14541aea Removed stray debug log write 12 years ago
Vincent Petry 31e1c15db7 Added dateOnly argument to relative_modified_date 12 years ago
Andreas Fischer aa34438d06 Also replace ApacheBackend with Authentication\IApacheBackend in user. 12 years ago
Thomas Müller 621ab1c7ee fixing various PHPDoc comments 12 years ago
Thomas Müller 78c60c25c8 only perform files upgrade in case there are actually entries in the old fscache table 12 years ago
Thomas Müller 4cecede13d code cleanup - remove special case for webdav in handleApacheAuth() 12 years ago
Thomas Tanghus 0f13ffb773 Remove JSON request parsing from Server 12 years ago
Thomas Tanghus 973bcccd7c Implement PUT an PATCH support 12 years ago
Thomas Tanghus cd2e1d0cfe Add patch method to OC_Route 12 years ago
Thomas Tanghus bdad7697ac Check if accessor matched request method. 12 years ago
Thomas Tanghus 8603f956ab Get urlParams registered before Request is instantiated 12 years ago
Thomas Müller 8e0060405d reorganize file in lib 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago