Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | | | | | Update search classes | ||||
| * | make search non-static, add ISearch to server container, make legacy a ↵ | Jörn Friedrich Dreyer | 2014-06-06 | 4 | -0/+177 |
| | | | | | | | | static wrapper for it, move provider and result to public api | ||||
* | | 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 |
| | | | | - Remove not anymore existing parameters - Fix typo | ||||
* | 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 |
|\ | | | | | Implement the register function of OC\ContactsManager | ||||
| * | 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 |
| |\ | | | | | | | | | | | | | Conflicts: lib/private/contactsmanager.php | ||||
| * \ | Merge branch 'master' into contactsmanager-register | Bart Visscher | 2014-04-26 | 9 | -19/+151 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: lib/private/contactsmanager.php | ||||
| * | | | $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 |
| | | | | | | | | | | | | * test case added to avoid adding them later | ||||
* | | | Merge pull request #8435 from owncloud/fix-8322-master | Thomas Müller | 2014-05-19 | 1 | -0/+14 |
|\ \ \ | | | | | | | | | Expose permission via WebDAV | ||||
| * | | | - Introduce isShared() and isMounted() on FileInfo class | Thomas Müller | 2014-05-02 | 1 | -0/+14 |
| | |/ | |/| | | | | | | | | | | | | | - Reuse these methods on determineIcon() - Generate permission string for the desktop client - expose {http://owncloud.org/ns}permissions as additional WebDAV property containing the permission string | ||||
* | | | Automatically copy the share expiration date when new shares are created | Joas Schilling | 2014-05-19 | 1 | -9/+5 |
| | | | | | | | | | | | | Fix #4823 | ||||
* | | | 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 | ||||
| * | | | 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 ↵ | Bernhard Posselt | 2014-05-14 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | internal alias that exists purely for compability | ||||
* | | | | provide a way to detect the language that is being used (e.g. for clientside ↵ | Bernhard Posselt | 2014-05-14 | 1 | -0/+14 |
|/ / / | | | | | | | | | | javascript language selection | ||||
* | | | Fix various code errors detected by Scrutinizer | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | 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 | ||||
| * | | | - make logger available in the container | Bernhard Posselt | 2014-05-09 | 1 | -0/+101 |
| | | | | | | | | | | | | | | | | | | | | - inject logger class into log - adding PHPDoc comments and fixing typos | ||||
* | | | | Merge pull request #8477 from owncloud/better-controllers | Morris Jobke | 2014-05-12 | 10 | -12/+108 |
|\ \ \ \ | | | | | | | | | | | Better appframework controllers | ||||
| * | | | | 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 |
|\ \ \ \ \ | |/ / / / |/| | | | | Port database layer from appframework to core | ||||
| * | | | | 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 ↵ | Bernhard Posselt | 2014-04-23 | 2 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | at all | ||||
| * | | | | 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 |
| | | | | | |||||
| * | | | | fix scrutinizer issues | Bernhard Posselt | 2014-04-19 | 1 | -0/+4 |
| | | | | | |||||
| * | | | | port database layer from appframework to core | Bernhard Posselt | 2014-04-19 | 5 | -0/+648 |
| | | | | | |||||
* | | | | | add cors middleware | Bernhard Posselt | 2014-05-09 | 3 | -2/+108 |
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove methodannotationreader namespace fix namespace for server container fix tests fail if with cors credentials header is set to true, implement a reusable preflighted cors method in the controller baseclass, make corsmiddleware private and register it for every request remove uneeded local in cors middleware registratio dont uppercase cors to easily use it from routes fix indention comment fixes explicitely set allow credentials header to false dont depend on better controllers PR, fix that stuff later split cors methods to be in a seperate controller for exposing apis remove protected definitions from apicontroller since controller has it | ||||
* | | | | Merge pull request #8221 from owncloud/type-hinting-sharing | Vincent Petry | 2014-05-08 | 1 | -72/+71 |
|\ \ \ \ | | | | | | | | | | | Type hinting fixes for sharing | ||||
| * | | | | Correct return type for getFilePath | Bart Visscher | 2014-05-01 | 1 | -1/+1 |
| | | | | |