summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3962 from owncloud/move-error-handlersBart Visscher2013-07-153-30/+56
|\ | | | | Move error handlers from OC_Log to OC\Log\ErrorHandler
| * Check if logger is set, also no need to return trueBart Visscher2013-07-081-3/+1
| |
| * Move error handlers from OC_Log to OC\Log\ErrorHandlerBart Visscher2013-07-053-30/+58
| |
* | Merge pull request #3487 from owncloud/basic_auth_hackThomas Müller2013-07-141-7/+5
|\ \ | | | | | | Basic Auth is broken - again...
| * | Move comment and set requesttoken.Thomas Tanghus2013-06-051-3/+2
| | |
| * | Cleanup hacke v.2Thomas Tanghus2013-05-311-4/+2
| | |
| * | Revert "Clean up hack."Thomas Tanghus2013-05-311-2/+4
| | | | | | | | | | | | This reverts commit 138c7f615bef9994629d4aa283ae7f037dc0f14d.
| * | Clean up hack.Thomas Tanghus2013-05-311-4/+2
| | |
| * | Hack base.php to make Basic Auth workThomas Tanghus2013-05-251-1/+2
| | |
* | | Merge pull request #3270 from owncloud/convert-oc_configicewind19912013-07-115-105/+223
|\ \ \ | | | | | | | | Convert OC_Config to object so it can be used for DI
| * | | stupid namespaceBart Visscher2013-07-081-1/+1
| | | |
| * | | Add constructor documentationBart Visscher2013-07-081-0/+3
| | | |
| * | | Merge branch 'master' into convert-oc_configBart Visscher2013-07-0867-27/+146
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: lib/config.php
| * \ \ \ Merge branch 'master' into convert-oc_configBart Visscher2013-07-044-48/+178
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/config.php
| * \ \ \ \ Merge branch 'master' into convert-oc_configThomas Mueller2013-07-033-11/+36
| |\ \ \ \ \
| * | | | | | on unit test use @expectedExceptionThomas Müller2013-07-021-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | some phpdoc added
| * | | | | | Merge branch 'master' into convert-oc_configThomas Müller2013-07-0163-1212/+1979
| |\ \ \ \ \ \
| * | | | | | | Set debugMode after reading the config fileBart Visscher2013-06-272-3/+8
| | | | | | | |
| * | | | | | | Revert "Can't determine if debug mode is defined until we read the config"Bart Visscher2013-06-272-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 969e43c87b7afb6184846fe27849167c9c6f5eab.
| * | | | | | | Use file_exists to fix the unittestsBart Visscher2013-06-271-1/+1
| | | | | | | |
| * | | | | | | Fix stupid namespace separatorBart Visscher2013-06-271-1/+1
| | | | | | | |
| * | | | | | | Merge branch 'master' into convert-oc_configBart Visscher2013-06-2744-312/+609
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/config.php lib/setup.php
| * | | | | | | | Can't determine if debug mode is defined until we read the configMichael Gapczynski2013-06-102-7/+4
| | | | | | | | |
| * | | | | | | | Fix potential glob errorMichael Gapczynski2013-06-101-14/+10
| | | | | | | | |
| * | | | | | | | One more style fixMichael Gapczynski2013-06-031-1/+1
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into convert-oc_configMichael Gapczynski2013-06-0383-933/+2279
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Style and comment fixesMichael Gapczynski2013-06-033-35/+37
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' into convert-oc_configThomas Mueller2013-05-1518-86/+396
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | camelCase class propertiesBart Visscher2013-05-081-16/+15
| | | | | | | | | | |
| * | | | | | | | | | Remove include for loading legacy classBart Visscher2013-05-081-2/+0
| | | | | | | | | | |
| * | | | | | | | | | Fix returns of values in OCP\ConfigBart Visscher2013-05-071-6/+21
| | | | | | | | | | |
| * | | | | | | | | | Convert OC_Config to object interfaceBart Visscher2013-05-074-77/+175
| | | | | | | | | | |
* | | | | | | | | | | - eventsource.php: in case of potential CSRF attack we send an error message ↵Thomas Müller2013-07-111-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from the EventSource to the browser - eventsource.js: handle undefined data on event - update.js: in case of error we close the event source - advise the user to reload the page - update.php: EventSource initialization is now done before we enter the maintenance mode in order to allow browser reload in case of possible CSRF attack
* | | | | | | | | | | Merge pull request #3978 from owncloud/forwarding-emittericewind19912013-07-102-1/+51
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | add forwarding emitter for agregating multiple emitters
| * | | | | | | | | | | forward previously registerd hooksRobin Appelman2013-07-082-1/+9
| | | | | | | | | | | |
| * | | | | | | | | | | add forwarding emitter for agregating multiple emittersRobin Appelman2013-07-081-0/+42
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #3985 from owncloud/cookie-past2Morris Jobke2013-07-101-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | apply @LukasReschke's cookie changes, hopefully finally fix #854
| * | | | | | | | | | | | Set path in cookie.Thomas Tanghus2013-07-091-3/+3
| | | | | | | | | | | | |
| * | | | | | | | | | | | apply @LukasReschke's cookie changes, hopefully finally fix #854Jan-Christoph Borchardt2013-07-091-3/+3
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #3994 from owncloud/fix_oracle_setupJörn Friedrich Dreyer2013-07-101-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | General setup fixes for Oracle
| * | | | | | | | | | | | | General fixesVictor Dubiniuk2013-07-101-4/+4
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-07-101-0/+2
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #3787 from mvn23/patch-1mvn232013-07-091-0/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks @bartv2 and @bantu, merged and closed.
| * | | | | | | | | | | | | Reviewed code for X-Sendfile2mvn232013-06-201-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made some small changes which might have caused a segfault on ci.tmit.eu earlier.
| * | | | | | | | | | | | | Revert most changes for testingmvn232013-06-201-11/+13
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Update files.phpmvn232013-06-191-2/+4
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Implement X-Sendfile2 for resume support in LigHTTPdmvn232013-06-191-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LigHTTPd does not support HTTP Range headers with the X-Sendfile header in the way Apache does. Instead, it needs to be handled in the backend. This commit does exactly that, using the X-Sendfile2 header to send ranges of files. To accomplish this without breaking web servers that don't support X-Sendfile2, a new variable MOD_X_SENDFILE2_ENABLED was introduced to separate this method from X-Sendfile and X-Accel-Redirect.
* | | | | | | | | | | | | | Implement encodePathVictor Dubiniuk2013-07-092-1/+30
| |/ / / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Only emit permissions hook for files and and include pathMichael Gapczynski2013-07-081-9/+11
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #3963 from owncloud/update-logic-spliticewind19912013-07-082-40/+133
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the upgrade logic to \OC\Updater