summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* fixing php 5.3 compatibilityThomas Müller2013-10-081-31/+4
* Merge pull request #5173 from owncloud/set_timezone_for_logBjörn Schießle2013-10-081-3/+5
|\
| * let admin specify timezone for log file entriesBjoern Schiessle2013-10-071-3/+5
* | Merge pull request #5146 from guruz/cache_enabled_apps_listFrank Karlitschek2013-10-081-3/+10
|\ \
| * | OC_App: Cache list of enabled appsMarkus Goetz2013-10-051-3/+10
* | | Merge pull request #5194 from owncloud/fixing-5172-masterThomas Müller2013-10-081-0/+3
|\ \ \
| * | | adding check isDeletable() on $sourcePathThomas Müller2013-10-081-0/+3
* | | | part file needs to have .part extensionBjoern Schiessle2013-10-081-1/+1
* | | | updating a existing large file creates new file chunks. Therefore createFile(...Bjoern Schiessle2013-10-081-2/+16
* | | | If a existing file in Shared/ with update permissions gets updated we need to...Bjoern Schiessle2013-10-081-0/+11
|/ / /
* | | Merge pull request #5181 from owncloud/fixing-chunked-upload-masterMorris Jobke2013-10-071-2/+2
|\ \ \
| * | | the path for reassembling was created the wrong wayThomas Müller2013-10-071-2/+2
* | | | Merge pull request #4796 from owncloud/config-no-catchBart Visscher2013-10-071-10/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Remove the exception catch, this should be handled by a higher layerBart Visscher2013-10-071-10/+2
* | | | Merge pull request #5072 from owncloud/apache-auth-masterThomas Müller2013-10-072-0/+86
|\ \ \ \ | |_|_|/ |/| | |
| * | | 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-021-4/+10
| * | | code cleanup - remove special case for webdav in handleApacheAuth()Thomas Müller2013-10-022-16/+6
| * | | Merge branch 'master' into apache-auth-masterThomas Müller2013-10-022-0/+80
* | | | Merge pull request #5162 from owncloud/fixing-l10n-master-2Morris Jobke2013-10-0786-3387/+34
|\ \ \ \
| * | | | move l10n factory into privateThomas Müller2013-10-071-0/+34
| * | | | 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-043-70/+61
* | | | | | 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
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #5144 from owncloud/public_middlewareBernhard Posselt2013-10-063-102/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove misleading IMiddleware interfaceThomas Tanghus2013-10-051-2/+2
| * | | | | Make abstract Middleware class publicThomas Tanghus2013-10-053-103/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #5116 from owncloud/interfaces2Thomas Tanghus2013-10-056-91/+96
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | passesCSRFCheck added to OCP\IRequestBart Visscher2013-10-043-27/+52
| * | | | Add Helper and URLGenerator interfaces to server containerBart Visscher2013-10-043-50/+26
| * | | | OC_Defaults is only used in error reportingBart Visscher2013-10-041-1/+1
| * | | | Add L10N interface to server containerBart Visscher2013-10-042-13/+17
* | | | | 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-043-39/+88
|\ \ \ \ | |_|/ / |/| | |
| * | | 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 JSON request parsing from ServerThomas Tanghus2013-10-012-13/+1