Joas Schilling
|
01878153e0
|
Add language parameter to public API for getL10N()
Fix #9756
|
2014-07-21 14:50:34 +02:00 |
Jörn Friedrich Dreyer
|
b3106c321c
|
use correct IUser in interface
|
2014-07-15 17:41:44 +02:00 |
Robin Appelman
|
51d0bdc90c
|
Expose the user manager in the public server container
|
2014-07-14 15:10:56 +02:00 |
Robin Appelman
|
20c1ce7f47
|
Add public interfaces for User, UserManager and UserSession
|
2014-07-14 15:10:51 +02:00 |
Thomas Müller
|
8363f3c635
|
Adding new interface \OCP\Activity\IExtentsion
Adding method getNotificationTypes()
Adding method filterNotificationTypes()
Adding method getDefaultTypes()
Adding method translate() and getTypeIcon()
Adding method getGroupParameter()
Adding method getNavigation()
Adding method getNavigation()
Adding method isFilterValid() and getQueryForFilter()
Adding unit tests for \OC\ActivityManager
|
2014-07-08 09:04:37 +02:00 |
Thomas Müller
|
2327d41b11
|
Merge pull request #9269 from owncloud/fix_versions_preview
change order of registering api and capabilities to fix file version previews
|
2014-07-04 15:25:24 +02:00 |
Vincent Petry
|
ed29e7d160
|
Merge pull request #9329 from owncloud/sharing_check_target
don't move a share mount point into a different mount point
|
2014-07-02 21:01:03 +02:00 |
Bjoern Schiessle
|
735eac6c9d
|
add a explicit interface for the home storage
|
2014-07-01 17:31:33 +02:00 |
Jörn Friedrich Dreyer
|
5a588333b2
|
introduce and use getCurrentConnection()
|
2014-07-01 16:45:00 +02:00 |
Robin Appelman
|
1c43081d38
|
Detect removed public shares
|
2014-07-01 14:36:06 +02:00 |
Robin Appelman
|
d78a2a9f78
|
Add StorageNotAvailableException
|
2014-06-30 15:46:37 +02:00 |
Vincent Petry
|
fd8b5680dd
|
Merge pull request #8383 from owncloud/object_storage
Object storage
|
2014-06-27 16:53:03 +02:00 |
Jörn Friedrich Dreyer
|
c112a1d323
|
move to stream based IObjectStore interface, rearrange & reformat code
|
2014-06-20 12:27:47 +02:00 |
Jörn Friedrich Dreyer
|
f2fe00e972
|
fix rebase, use 'object::user:<username>' or 'object::store:<storageid> as storage id, by default use container/bucket name for storageid, make storageid configurable, store user only for HomeObjectStoreStorage, change updateObject() to writeObject()
|
2014-06-18 15:20:26 +02:00 |
Jörn Friedrich Dreyer
|
5cae863408
|
change architecture from inheritance to composition
|
2014-06-18 12:53:20 +02:00 |
Vincent Petry
|
799205488c
|
Prevent loadApps on upgrade
Moved OC::needUpgrade() to OCP\Util::needUpgrade() to make it accessible
form the router.
Moved maintenance + upgrade check to the router.
|
2014-06-18 11:10:07 +02:00 |
Bernhard Posselt
|
93169eca1e
|
also handle lowercase headers
|
2014-06-11 01:20:09 +02:00 |
Bernhard Posselt
|
1002281dae
|
handle http accept headers more gracefully
|
2014-06-11 00:54:25 +02:00 |
Vincent Petry
|
5cebb6fb9b
|
Merge pull request #4553 from owncloud/update_search_classes
Update search classes
|
2014-06-06 13:24:16 +02:00 |
Jörn Friedrich Dreyer
|
aaf0d13171
|
make search non-static, add ISearch to server container, make legacy a static wrapper for it, move provider and result to public api
|
2014-06-06 01:17:02 +02:00 |
Bernhard Posselt
|
587a8df566
|
remove controller serializers
|
2014-06-05 18:00:36 +02:00 |
Thomas Müller
|
ec7225da66
|
remove file locking - code will continue to live in it's own app
|
2014-06-04 20:11:54 +02:00 |
ringmaster
|
54865815f5
|
Move Lock to private namespace, add interface. Update PHPDoc.
|
2014-06-04 07:55:45 +02:00 |
ringmaster
|
392a1b6662
|
Removed unused vars/declarations, update PHPDoc.
|
2014-06-04 07:55:45 +02:00 |
ringmaster
|
f9dbdb7c5c
|
Add actual locking and log changes necessary for debugging.
|
2014-06-04 07:55:44 +02:00 |
ringmaster
|
dc1e3620d2
|
Continued flock work.
|
2014-06-04 07:55:44 +02:00 |
ringmaster
|
5365ae416e
|
flock changes. Work in progress.
|
2014-06-04 07:55:44 +02:00 |
Morris Jobke
|
9a67986473
|
add OCP\Config:deleteSystemValue
|
2014-06-02 18:31:43 +02:00 |
Lukas Reschke
|
c8b5ae675c
|
Fix PHPDoc
- Remove not anymore existing parameters
- Fix typo
|
2014-06-01 21:46:05 +02:00 |
Robin Appelman
|
8c5521fdfc
|
Add $storage->instanceOfStorage to handle instanceof for storage wrappers
|
2014-05-29 13:45:50 +02:00 |
Bart Visscher
|
a51e9a5cfe
|
Merge pull request #8136 from owncloud/contactsmanager-register
Implement the register function of OC\ContactsManager
|
2014-05-27 22:35:50 +02:00 |
Bjoern Schiessle
|
12338e0ef0
|
allow admin to disable sharing for specific groups of users
|
2014-05-22 10:43:44 +02:00 |
Thomas Müller
|
8749442fec
|
no return on register and unregister
|
2014-05-19 21:39:19 +02:00 |
Thomas Müller
|
bb6fac1102
|
Merge branch 'master' into contactsmanager-register
Conflicts:
lib/private/contactsmanager.php
|
2014-05-19 21:35:13 +02:00 |
Morris Jobke
|
dc36d30953
|
Remove all occurences of @brief and @returns from PHPDoc
* test case added to avoid adding them later
|
2014-05-19 17:50:53 +02:00 |
Thomas Müller
|
95741f3936
|
Merge pull request #8435 from owncloud/fix-8322-master
Expose permission via WebDAV
|
2014-05-19 16:52:03 +02:00 |
Joas Schilling
|
ab7ae004f7
|
Automatically copy the share expiration date when new shares are created
Fix #4823
|
2014-05-19 01:38:47 +02:00 |
Björn Schießle
|
b52cb8f557
|
Merge pull request #8604 from owncloud/sharing_encforce_password
allow admin to enforce passwords for public link shares
|
2014-05-16 12:23:01 -04:00 |
Bjoern Schiessle
|
b6e14af861
|
allow admin to enforce passwords for public link shares
|
2014-05-16 17:41:09 +02:00 |
Bernhard Posselt
|
9e36c33104
|
use fetch method instead of fetchRow because fetchRow is only an owncloud internal alias that exists purely for compability
|
2014-05-14 01:09:48 +02:00 |
Bernhard Posselt
|
512373fadf
|
provide a way to detect the language that is being used (e.g. for clientside javascript language selection
|
2014-05-14 01:09:48 +02:00 |
Robin McCorkell
|
f7e777f7d2
|
Fix various code errors detected by Scrutinizer
Fixed:
- An error with a misplaced bracket in lib/private/util.php
- An error with an incorrect function being called in lib/public/contacts.php
|
2014-05-13 19:09:14 +01:00 |
Robin McCorkell
|
87b548ed91
|
Fix all PHPDoc types and variable names, in /lib
|
2014-05-13 19:08:14 +01:00 |
Robin McCorkell
|
a7ae2e874a
|
Squash 'a | b' into 'a|b', in /lib
|
2014-05-13 19:08:14 +01:00 |
Robin McCorkell
|
b5bc37d2e4
|
Fix @return array PHPDocs, in /lib
|
2014-05-13 19:08:14 +01:00 |
Robin McCorkell
|
b653ad164b
|
Replace @returns with @return, in /lib
|
2014-05-13 19:08:14 +01:00 |
Thomas Müller
|
1d18fd4e6d
|
Merge pull request #8482 from owncloud/public-logger
Make logger available in the container
|
2014-05-12 16:40:58 +02:00 |
Morris Jobke
|
6499995474
|
Merge pull request #8477 from owncloud/better-controllers
Better appframework controllers
|
2014-05-12 01:07:49 +02:00 |
Morris Jobke
|
7a6ff56b13
|
Merge pull request #8274 from owncloud/appframework-db
Port database layer from appframework to core
|
2014-05-12 00:12:19 +02:00 |
Bernhard Posselt
|
1d45239c65
|
adjust license headers to new mail address
|
2014-05-11 17:54:08 +02:00 |