Thomas Müller
3358db320b
Reduce duplicate code
11 years ago
Morris Jobke
f63915d0c8
update license headers and authors
11 years ago
Robin Appelman
a7aba07dc1
block ocs in single user mode
11 years ago
Joas Schilling
f7dd16f1ac
Disable OCS api when in maintenance mode
11 years ago
Jenkins for ownCloud
b585d87d9d
Update license headers
11 years ago
Thomas Müller
2367797c17
Respect http header 'Accept-Language' on ocs and remote.php calls
11 years ago
Morris Jobke
06aef4e8b1
Revert "Updating license headers"
This reverts commit 6a1a4880f0 .
11 years ago
Jenkins for ownCloud
6a1a4880f0
Updating license headers
11 years ago
Lukas Reschke
886bda5f81
Refactor OC_Request into TrustedDomainHelper and IRequest
This changeset removes the static class `OC_Request` and moves the functions either into `IRequest` which is accessible via `\OC::$server::->getRequest()` or into a separated `TrustedDomainHelper` class for some helper methods which should not be publicly exposed.
This changes only internal methods and nothing on the public API. Some public functions in `util.php` have been deprecated though in favour of the new non-static functions.
Unfortunately some part of this code uses things like `__DIR__` and thus is not completely unit-testable. Where tests where possible they ahve been added though.
Fixes https://github.com/owncloud/core/issues/13976 which was requested in https://github.com/owncloud/core/pull/13973#issuecomment-73492969
11 years ago
Vincent Petry
972fffbe02
Return 503 OCS response with requested format
12 years ago
Vincent Petry
2e45eb8ad6
Return 503 in public.php and OCS API when upgrade is due
To prevent unexpected behavior, public.php and the OCS API calls will
return 503 Service Unavailable when an upgrade is due.
12 years ago
Thomas Müller
596177727a
OCS API calls will always return English messages
12 years ago
Thomas Müller
88f6dd7db1
fixing method names
12 years ago
Thomas Müller
743addd1e3
set content-type on ocs exceptions
12 years ago
Robin Appelman
26793e1f94
switch OC::getRouter usages to OC::$server->getRouter
12 years ago
Thomas Müller
8f5c641cd8
load all apps in ocs/v1.php
12 years ago
Bart Visscher
22d759964f
Use raw PathInfo for matching urls
13 years ago
Felix Moeller
02ec677e3c
Style: The last two spaces
13 years ago
Felix Moeller
a4b2ea586d
Style: Remove all the dangling white spaces
13 years ago
Sam Tuke
8b01286a5d
Merged branch 'master'
13 years ago
Thomas Müller
a3cda32392
Respect coding style
13 years ago
Bart Visscher
4b9200f6f7
Routing: combine all routes into one set
14 years ago
Bart Visscher
6ba2623485
Move loading of routes to OC::getRouter function
14 years ago
Bart Visscher
7952c6a31c
Change access to router object to getter function
14 years ago
Bart Visscher
006b127da4
Routing: Handle MethodNotAllowedException
14 years ago
Bart Visscher
7a24f0cd8d
Make calling ocs/v1.php/config work
14 years ago
Jörn Friedrich Dreyer
e59a1806cf
remove superfluous ?> at the end of .php files (left out apps/*/templates)
14 years ago
Frank Karlitschek
a945fa10a6
update copyright
14 years ago
Georg Ehrke
3fb91a7411
restore require once command for non app files
14 years ago
Georg Ehrke
b44bc9f4b2
remove require once lib base in some more files
14 years ago
Robin Appelman
595b13f1e0
prevent the remaining ob_clean related errors
14 years ago
Klaas Freitag
d3f6f618e6
fixed include for ocs
14 years ago
Frank Karlitschek
9ac084d0b8
remove for now. main repository is at projects.kde.org/owncloud
15 years ago
Jonathan Riddell
d294c2f6bd
Fix licencing, make headers refer to intended AGPL, include copy of AGPL
15 years ago
Martin T. H. Sandsmark
64d4d57615
fix permissions, start to implement private data api
16 years ago
Robin
78e54e1909
fixes in log and ocs
16 years ago
Robin
aacda0367d
merge
16 years ago
Frank Karlitschek
7adbbfe05c
add Open Collaboration API support. You can now connect your ownCloud with the KDE Social Desktop and push notifications to your Social News Plasmoid. This requires KDE trunk or KDE SV 4.5
16 years ago
Frank Karlitschek
16f3bd4e23
commiting ownCloud 1.0 beta 1
16 years ago