aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2013-10-071-0/+8
* Merge pull request #5072 from owncloud/apache-auth-masterThomas Müller2013-10-074-3/+163
|\
| * Move backend finding into its own method.Andreas Fischer2013-10-071-16/+26
| * move call to print_unescaped() to templateThomas Müller2013-10-071-1/+1
| * Also replace ApacheBackend with Authentication\IApacheBackend in user.Andreas Fischer2013-10-021-4/+4
| * fixing various PHPDoc commentsThomas Müller2013-10-022-6/+12
| * fixing namespace of ApacheBackend - now know as OCP\Authentication\IApacheBac...Thomas Müller2013-10-021-5/+5
| * remove obsolete function login()Thomas Müller2013-10-021-8/+0
| * adding PHPDoc commentThomas Müller2013-10-021-1/+3
| * code cleanup - remove special case for webdav in handleApacheAuth()Thomas Müller2013-10-023-20/+23
| * Merge branch 'master' into apache-auth-masterThomas Müller2013-10-02312-12/+56
| |\
| * | adding getCurrentUserId() to ApacheBackendThomas Müller2013-10-012-6/+11
| * | Squashed commit of the following:Thomas Müller2013-10-014-1/+143
* | | Merge pull request #5162 from owncloud/fixing-l10n-master-2Morris Jobke2013-10-0786-3387/+0
|\ \ \
| * | | move l10n factory into privateThomas Müller2013-10-071-0/+0
| * | | remove outdated translation filesThomas Müller2013-10-0785-3387/+0
* | | | Merge pull request #5142 from owncloud/fix_version_cache_expireFrank Karlitschek2013-10-071-1/+4
|\ \ \ \
| * | | | a few styleguide fixesFrank Karlitschek2013-10-071-2/+2
| * | | | correctly expire cache if version file changed. Fixes problem that ownCloud o...Frank Karlitschek2013-10-051-1/+4
* | | | | Merge pull request #4974 from owncloud/fixing-4011-masterThomas Müller2013-10-073-70/+61
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge branch 'master' into fixing-4011-masterThomas Müller2013-10-04339-1035/+5758
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into fixing-4011-masterThomas Müller2013-09-303-14/+103
| |\ \ \ \ \
| * | | | | | remove commented codeThomas Müller2013-09-301-56/+0
| * | | | | | Merge branch 'master' into fixing-4011-masterThomas Müller2013-09-3015-56/+176
| |\ \ \ \ \ \
| * | | | | | | catching NotPermittedException and throw it to the dav client as 403Thomas Müller2013-09-261-5/+10
| * | | | | | | creating non static getETagPropertyForPath()Thomas Müller2013-09-243-16/+28
| * | | | | | | unify duplicate codeThomas Müller2013-09-242-59/+29
| * | | | | | | adding error handling on file_put_contents within the web dav implementationThomas Müller2013-09-242-2/+12
* | | | | | | | Merge pull request #5148 from owncloud/cache-gc-legacyMorris Jobke2013-10-061-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix loading legacy global filecache gc backgroundjobsRobin Appelman2013-10-051-0/+4
* | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-10-0685-0/+3393
* | | | | | | | | Merge pull request #5144 from owncloud/public_middlewareBernhard Posselt2013-10-064-91/+3
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Remove misleading IMiddleware interfaceThomas Tanghus2013-10-053-91/+3
| * | | | | | | | Make abstract Middleware class publicThomas Tanghus2013-10-053-5/+5
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #5116 from owncloud/interfaces2Thomas Tanghus2013-10-0514-91/+425
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | passesCSRFCheck added to OCP\IRequestBart Visscher2013-10-044-27/+57
| * | | | | | | Add Helper and URLGenerator interfaces to server containerBart Visscher2013-10-048-50/+242
| * | | | | | | OC_Defaults is only used in error reportingBart Visscher2013-10-041-1/+1
| * | | | | | | Add L10N interface to server containerBart Visscher2013-10-045-13/+125
* | | | | | | | Merge pull request #5125 from owncloud/fixing-5122-masterFrank Karlitschek2013-10-051-0/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | upload abortion detection only for PUTThomas Müller2013-10-041-0/+6
* | | | | | | | | Merge pull request #5123 from owncloud/cache_mimetypesFrank Karlitschek2013-10-051-21/+26
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Check result only onceVictor Dubiniuk2013-10-041-3/+5
| * | | | | | | | Make mimetypes static. Jenkis will be happyVictor Dubiniuk2013-10-041-11/+11
| * | | | | | | | Load all mimetypes in one goVictor Dubiniuk2013-10-041-17/+20
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #5068 from owncloud/improved_requestBart Visscher2013-10-044-47/+110
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Fix fix of POST :PThomas Tanghus2013-10-031-10/+11
| * | | | | | | Fix POST decodingThomas Tanghus2013-10-031-2/+2
| * | | | | | | Modified PUT behaviourThomas Tanghus2013-10-021-26/+30
| * | | | | | | Remove getContent() from IRequestThomas Tanghus2013-10-011-8/+0