| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #8383 from owncloud/object_storage | Vincent Petry | 2014-06-27 | 1 | -0/+33 |
|\ |
|
| * | move to stream based IObjectStore interface, rearrange & reformat code | Jörn Friedrich Dreyer | 2014-06-20 | 1 | -8/+4 |
| * | fix rebase, use 'object::user:<username>' or 'object::store:<storageid> as st... | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -2/+7 |
| * | change architecture from inheritance to composition | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -0/+32 |
* | | Prevent loadApps on upgrade | Vincent Petry | 2014-06-18 | 1 | -0/+9 |
|/ |
|
* | also handle lowercase headers | Bernhard Posselt | 2014-06-11 | 1 | -22/+22 |
* | handle http accept headers more gracefully | Bernhard Posselt | 2014-06-11 | 1 | -0/+24 |
* | Merge pull request #4553 from owncloud/update_search_classes | Vincent Petry | 2014-06-06 | 4 | -0/+177 |
|\ |
|
| * | make search non-static, add ISearch to server container, make legacy a static... | Jörn Friedrich Dreyer | 2014-06-06 | 4 | -0/+177 |
* | | remove controller serializers | Bernhard Posselt | 2014-06-05 | 2 | -47/+3 |
|/ |
|
* | remove file locking - code will continue to live in it's own app | Thomas Müller | 2014-06-04 | 1 | -63/+0 |
* | Move Lock to private namespace, add interface. Update PHPDoc. | ringmaster | 2014-06-04 | 1 | -253/+6 |
* | Removed unused vars/declarations, update PHPDoc. | ringmaster | 2014-06-04 | 1 | -2/+1 |
* | Add actual locking and log changes necessary for debugging. | ringmaster | 2014-06-04 | 1 | -25/+242 |
* | Continued flock work. | ringmaster | 2014-06-04 | 2 | -4/+49 |
* | flock changes. Work in progress. | ringmaster | 2014-06-04 | 3 | -0/+96 |
* | add OCP\Config:deleteSystemValue | Morris Jobke | 2014-06-02 | 1 | -0/+10 |
* | Fix PHPDoc | Lukas Reschke | 2014-06-01 | 1 | -9/+1 |
* | Add $storage->instanceOfStorage to handle instanceof for storage wrappers | Robin Appelman | 2014-05-29 | 1 | -0/+8 |
* | Merge pull request #8136 from owncloud/contactsmanager-register | Bart Visscher | 2014-05-27 | 2 | -4/+3 |
|\ |
|
| * | no return on register and unregister | Thomas Müller | 2014-05-19 | 1 | -2/+2 |
| * | Merge branch 'master' into contactsmanager-register | Thomas Müller | 2014-05-19 | 37 | -185/+1190 |
| |\ |
|
| * \ | Merge branch 'master' into contactsmanager-register | Bart Visscher | 2014-04-26 | 9 | -19/+151 |
| |\ \ |
|
| * | | | $key is not needed for registering contactsmanager callbacks | Bart Visscher | 2014-04-10 | 1 | -2/+1 |
* | | | | allow admin to disable sharing for specific groups of users | Bjoern Schiessle | 2014-05-22 | 1 | -0/+9 |
| |_|/
|/| | |
|
* | | | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 5 | -15/+15 |
* | | | Merge pull request #8435 from owncloud/fix-8322-master | Thomas Müller | 2014-05-19 | 1 | -0/+14 |
|\ \ \ |
|
| * | | | - Introduce isShared() and isMounted() on FileInfo class | Thomas Müller | 2014-05-02 | 1 | -0/+14 |
| | |/
| |/| |
|
* | | | Automatically copy the share expiration date when new shares are created | Joas Schilling | 2014-05-19 | 1 | -9/+5 |
* | | | Merge pull request #8604 from owncloud/sharing_encforce_password | Björn Schießle | 2014-05-16 | 1 | -0/+8 |
|\ \ \ |
|
| * | | | allow admin to enforce passwords for public link shares | Bjoern Schiessle | 2014-05-16 | 1 | -0/+8 |
* | | | | use fetch method instead of fetchRow because fetchRow is only an owncloud int... | Bernhard Posselt | 2014-05-14 | 1 | -3/+3 |
* | | | | provide a way to detect the language that is being used (e.g. for clientside ... | Bernhard Posselt | 2014-05-14 | 1 | -0/+14 |
|/ / / |
|
* | | | Fix various code errors detected by Scrutinizer | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
* | | | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 14 | -57/+57 |
* | | | Squash 'a | b' into 'a|b', in /lib | Robin McCorkell | 2014-05-13 | 2 | -2/+2 |
* | | | Fix @return array PHPDocs, in /lib | Robin McCorkell | 2014-05-13 | 7 | -13/+13 |
* | | | Replace @returns with @return, in /lib | Robin McCorkell | 2014-05-13 | 2 | -2/+2 |
* | | | Merge pull request #8482 from owncloud/public-logger | Thomas Müller | 2014-05-12 | 1 | -0/+101 |
|\ \ \ |
|
| * | | | - make logger available in the container | Bernhard Posselt | 2014-05-09 | 1 | -0/+101 |
* | | | | Merge pull request #8477 from owncloud/better-controllers | Morris Jobke | 2014-05-12 | 10 | -12/+108 |
|\ \ \ \ |
|
| * | | | | adjust license headers to new mail address | Bernhard Posselt | 2014-05-11 | 10 | -10/+10 |
| * | | | | rename formatter to responder, formatResponse to buildResponse | Bernhard Posselt | 2014-05-11 | 1 | -12/+12 |
| * | | | | implement most of the basic stuff that was suggested in #8290 | Bernhard Posselt | 2014-05-11 | 3 | -3/+99 |
* | | | | | Merge pull request #8274 from owncloud/appframework-db | Morris Jobke | 2014-05-12 | 6 | -0/+670 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Make db connection protected | Bernhard Posselt | 2014-05-11 | 1 | -1/+1 |
| * | | | | dont update entity and dont run an update query if an entity wasnt changed at... | Bernhard Posselt | 2014-04-23 | 2 | -1/+9 |
| * | | | | Fix typo & add type | Lukas Reschke | 2014-04-20 | 1 | -4/+4 |
| * | | | | move db into iservercontainer | Bernhard Posselt | 2014-04-19 | 3 | -1/+11 |
| * | | | | fix doc strings for db facade | Bernhard Posselt | 2014-04-19 | 1 | -1/+1 |