Bernhard Posselt
|
e7fa2790f3
|
Correctly process request parameters other than GET or POST, dont use globals in the class but inject it
|
11 years ago |
Robin Appelman
|
0d0aac6fff
|
Load the routes when matching or generating a route instead of when creating the router
|
11 years ago |
Robin Appelman
|
8ab7d18a6a
|
Move the router classes to a namespace and expose it with a public interface
|
11 years ago |
Bart Visscher
|
8951328a87
|
More PHPDoc updates
|
11 years ago |
Robin Appelman
|
a6399f9cef
|
Add the background job list to the public server container
|
11 years ago |
Thomas Müller
|
e35bca1c26
|
Fix ownCloud for php5.3.x
|
11 years ago |
Robin Appelman
|
5a2a0426a6
|
Also update the OCP\IServerContainer
|
11 years ago |
Robin Appelman
|
be7837402d
|
get the memorycache factory from OCP\Server instead of a cache instance
this allows apps to specify a prefix to use
|
11 years ago |
Robin Appelman
|
4d65a80892
|
Remove the static dependency on OC_Util from Memcache
|
11 years ago |
Robin Appelman
|
1df1b55b66
|
expose memory cache in public api
|
11 years ago |
Thomas Müller
|
ae5671d281
|
new config parameter 'front_controller_active' which will instruct the url generator to generate urls without index.php
|
11 years ago |
Robin Appelman
|
a6c1b3ece3
|
fix the config option to remove the ability for users to set their displayname
|
11 years ago |
Thomas Müller
|
92c8672c0f
|
fixing PHPDoc comments and syntax
|
11 years ago |
kondou
|
bcd776b0c0
|
Fix a regression (Tags→TagManager)
|
12 years ago |
kondou
|
4ac05e071a
|
Remove duplicate getAvatarManager()
|
12 years ago |
kondou
|
507325dd50
|
Add public API for \OC\Avatar
|
12 years ago |
Thomas Müller
|
e30e4ea1cc
|
php 5.3 compatibility regarding OC\DB\Connection fixed
|
12 years ago |
Thomas Müller
|
780280e53f
|
fixing errors regarding wrong function calls / missing parameters
|
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
|
9f777fba98
|
Add L10N interface to server container
|
12 years ago |
Thomas Tanghus
|
0f13ffb773
|
Remove JSON request parsing from Server
|
12 years ago |
Thomas Müller
|
9c9dc276b7
|
move the private namespace OC into lib/private - OCP will stay in lib/public
Conflicts:
lib/private/vcategories.php
|
12 years ago |
Thomas Tanghus
|
b0be2c79dc
|
Remove JSON request parsing from Server
|
12 years ago |
Thomas Müller
|
48b5c1d5f9
|
initial implementation of activity manager
|
12 years ago |
Thomas Müller
|
adff34cb8a
|
fixing error in initialization of TagManager
|
12 years ago |
Thomas Müller
|
30286c06ab
|
stripos return value check
|
12 years ago |
Thomas Tanghus
|
aaed871cee
|
Add factory class for the server container.
|
12 years ago |
Thomas Tanghus
|
f2de5a34ef
|
Don't try to be clever
|
12 years ago |
Thomas Tanghus
|
45f73feb69
|
OC_VCategories=>OC\Tags. Public interface + getter in server container
|
12 years ago |
Thomas Müller
|
d3d52dd23f
|
PHPDoc & get UserManager from container for RooFolder
|
12 years ago |
Bart Visscher
|
e92abfd4d8
|
Add Config container class to server container
|
12 years ago |
Bart Visscher
|
e3013c5801
|
Add Navigation class to server container
|
12 years ago |
Bart Visscher
|
aa8a85f77d
|
Add DBConnection to server container
|
12 years ago |
Bart Visscher
|
ac73ce1b2a
|
Add UserSession to server container
|
12 years ago |
Thomas Tanghus
|
9e4d13858c
|
Fix syntax error
|
12 years ago |
Thomas Tanghus
|
2ef0b58ff6
|
Don't try to be clever
|
12 years ago |
Thomas Tanghus
|
442a2e074c
|
Update to adhere to the coding guidelines.
|
12 years ago |
Thomas Tanghus
|
6ba23912a7
|
Add getUserFolder/getAppFolder to Server.
|
12 years ago |
Thomas Tanghus
|
b0762ad3bf
|
OC_VCategories=>OC\Tags. Public interface + getter in server container
|
12 years ago |
Thomas Tanghus
|
5bddb5377a
|
Purge session from Request - and fix some styles
|
12 years ago |
Thomas Tanghus
|
5c19b995db
|
Add interface for Session and add getter in server container.
|
12 years ago |
Thomas Tanghus
|
fe86182dac
|
OC_Cache namespace changes and add UserCache to server container.
Refs #4863
|
12 years ago |
Thomas Müller
|
af0069bf03
|
adding getRootFolder() to server container and hooking up the new files api
|
12 years ago |
Thomas Müller
|
7618cf3005
|
adding public interface for preview
|
12 years ago |
Thomas Müller
|
206f83941b
|
move new interfaces into lib/public and OCP
|
12 years ago |
Thomas Müller
|
21fd352c1a
|
as a quick example the public contacts API has been ported over as a service hosted within the server container
|
12 years ago |
Thomas Müller
|
ba029ef4b2
|
initial setup of the server container
|
12 years ago |