summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Introduce \OCP\IUser::getEMailAddress()Thomas Müller2015-11-252-0/+18
|
* Merge pull request #20691 from owncloud/share2.0_di_fixesThomas Müller2015-11-255-85/+64
|\ | | | | [Sharing 2.0] di fixes
| * [Sharing 2.0] Fix phpdoc etcRoeland Jago Douma2015-11-245-40/+47
| |
| * [Sharing 2.0] Default share provider only generic DIRoeland Jago Douma2015-11-241-11/+11
| | | | | | | | | | | | No injection of userfolders etc. Only generic DI components (IRootFolder) etc should be used to make sure we can also run this from the cli
| * [Sharing 2.0] Removed unused DI stuffRoeland Jago Douma2015-11-241-36/+8
| | | | | | | | | | The share manager etc should not care about filtering stuff. They should return what is asked for them.
* | Merge pull request #20705 from owncloud/fix_20648Thomas Müller2015-11-251-2/+2
|\ \ | | | | | | Fix overriding function from 3rdparty warning
| * | Fix overriding function from 3rdparty warningRoeland Jago Douma2015-11-241-2/+2
| | | | | | | | | | | | Fixes #20648
* | | Merge pull request #20439 from owncloud/etag-propagate-in-storageThomas Müller2015-11-258-110/+242
|\ \ \ | | | | | | | | Take submount etag into account for folder etags
| * | | take the etag of child mounts into account for the folder etagRobin Appelman2015-11-198-21/+158
| | | | | | | | | | | | | | | | this replaces shared etag propagation
| * | | Fix scanning of incomplete foldersRobin Appelman2015-11-191-1/+1
| | | |
| * | | use relative pathRobin Appelman2015-11-191-1/+1
| | | |
| * | | fix fileinfo for non existing filesRobin Appelman2015-11-191-0/+4
| | | |
| * | | Some more cleanup for getFIleInfo/getDirectoryContentRobin Appelman2015-11-192-39/+42
| | | |
| * | | Split getting cache entry and checking update to a seperate methodRobin Appelman2015-11-191-58/+46
| | | |
* | | | Merge pull request #20636 from owncloud/savre-3.0Thomas Müller2015-11-241-3/+6
|\ \ \ \ | | | | | | | | | | sabre/dav 3.0 and related
| * | | | Adjust sabre changes in coreThomas Müller2015-11-241-3/+6
| | |/ / | |/| |
* | | | Merge pull request #20692 from owncloud/federation_auto_add_serversThomas Müller2015-11-241-1/+4
|\ \ \ \ | |/ / / |/| | | auto-add ownClouds to the list of trusted servers
| * | | use hooks to auto add server to the list of trusted servers once a federated ↵Björn Schießle2015-11-241-1/+4
| | | | | | | | | | | | | | | | share was created
* | | | Merge pull request #20693 from owncloud/phpdoc_nodeThomas Müller2015-11-241-8/+0
|\ \ \ \ | | | | | | | | | | Consistent interface declaration OCP\Files\Node
| * | | | Consistent interface declarationRoeland Jago Douma2015-11-231-8/+0
| |/ / /
* | | | Merge pull request #20682 from owncloud/objectid-to-stringThomas Müller2015-11-242-10/+14
|\ \ \ \ | |_|_|/ |/| | | Make sure that object id can be a string
| * | | Make sure that object id can be a stringJoas Schilling2015-11-232-10/+14
| |/ /
* / / [tx-robot] updated from transifexJenkins for ownCloud2015-11-2484-158/+6
|/ /
* | Merge pull request #20679 from owncloud/fixphpdocThomas Müller2015-11-231-1/+1
|\ \ | | | | | | p() supports string as argument
| * | p() supports string as argumentMorris Jobke2015-11-231-1/+1
| | |
* | | Merge pull request #20617 from owncloud/fix-usage-of-lastInsertIdThomas Müller2015-11-233-18/+5
|\ \ \ | | | | | | | | lastInsertId() is properly working with Oracle if the table name is p…
| * | | Throw an exception in case no table name is passed into lastInsertId of the ↵Thomas Müller2015-11-232-2/+4
| | | | | | | | | | | | | | | | Oracle adapter
| * | | lastInsertId() is properly working with Oracle if the table name is properly ↵Thomas Müller2015-11-231-16/+1
| |/ / | | | | | | | | | passed in
* | | Merge pull request #20543 from owncloud/share2.0_fix_hooksThomas Müller2015-11-233-49/+93
|\ \ \ | | | | | | | | Move hook and delete children logic to share manager
| * | | [Sharing 2.0] Move hook and delete children logic to share managerRoeland Jago Douma2015-11-233-49/+93
| |/ / | | | | | | | | | | | | | | | | | | To make sure hooks are always fired and child entries are always cleaned. This logic is moved to the share manager. * Updated unit tests
* / / Use a DateTime object instead of a timestampJoas Schilling2015-11-232-22/+23
|/ /
* | Merge pull request #16902 from owncloud/jsocclientThomas Müller2015-11-232-3/+13
|\ \ | | | | | | Web UI uses Webdav instead of ajax/* calls
| * | also match ie11 with Request::USER_AGENT_IERobin Appelman2015-11-221-1/+1
| | |
| * | Now using IE8 workaround of davclient.js for all IE versionsVincent Petry2015-11-221-2/+2
| | |
| * | Fix undefined HTTP_USER_AGENTThomas Müller2015-11-221-0/+3
| | |
| * | Add evert's davclient.js + es6-promise + IE8 workaroundVincent Petry2015-11-221-2/+9
| | | | | | | | | | | | | | | | | | - Add davclient.js lib - Add es6-promise required by that lib - Wrote IE8 workaround lib/shim for davclient.js
* | | Merge pull request #20524 from owncloud/pgsql-version-check-errorThomas Müller2015-11-231-6/+3
|\ \ \ | | | | | | | | assume pgsql >=9 if checking the version fails
| * | | assume pgsql >=9 if checking the version failsRobin Appelman2015-11-161-6/+3
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-232-0/+4
| |/ / |/| |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-224-0/+14
| | |
* | | Merge pull request #20614 from ↵Thomas Müller2015-11-207-14/+27
|\ \ \ | | | | | | | | | | | | | | | | owncloud/use-mocks-when-testing-isSharingDisabledForUser Use mocks when testing isSharingDisabledForUser
| * | | Adjust PHPDoc as suggestedThomas Müller2015-11-203-3/+3
| | | |
| * | | Fix failing unit test :skull:Thomas Müller2015-11-191-1/+1
| | | |
| * | | Use mocks when testing isSharingDisabledForUserThomas Müller2015-11-195-11/+24
| | |/ | |/|
* | | Merge pull request #20034 from owncloud/icewind_streams_0.3.0Thomas Müller2015-11-191-0/+9
|\ \ \ | | | | | | | | Bump 3rdparty for icewind/streams-0.3.0
| * | | Follow the interface againRoeland Jago Douma2015-11-191-0/+9
| |/ /
* | | Adjust the method name to reflect it's behaviourJoas Schilling2015-11-191-1/+1
| | |
* | | Merge pull request #20563 from owncloud/systemtags-interfaceThomas Müller2015-11-195-0/+352
|\ \ \ | |/ / |/| | Core interfaces for system tags and its manager
| * | Core interfaces for system tags and its managerVincent Petry2015-11-195-0/+352
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-194-2/+26
| | |