summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10107 from owncloud/sharing_group_sharesLukas Reschke2014-09-293-362/+396
|\
| * some small fixed, suggested by scrutinizerBjoern Schiessle2014-09-293-6/+5
| * on unshare only unshare childrens if there is no other parent availableBjoern Schiessle2014-09-262-15/+63
| * only create a new share entry, if the user needs a different target name than...Bjoern Schiessle2014-09-261-1/+1
| * for group shares we don't need a extra db entry of groupTarget equals itemTargetBjoern Schiessle2014-09-261-3/+3
| * for group shares only the parent has the up-to-date permission. Make sure tha...Bjoern Schiessle2014-09-261-1/+12
| * call \OCP\Share::getItemsSharedWithUser() to get exclude list, this way all c...Bjoern Schiessle2014-09-251-29/+5
| * always select permissions, used in getItems()Bjoern Schiessle2014-09-251-2/+3
| * some small fixesBjoern Schiessle2014-09-251-6/+1
| * only add a new row if it isn't a unique share, otherwise update the existing rowBjoern Schiessle2014-09-241-1/+1
| * fix add user to group to work with grouped sharesBjoern Schiessle2014-09-241-10/+18
| * generateTarget() will always find a unique targetBjoern Schiessle2014-09-242-96/+80
| * unit tests for grouping of shares pointing to the same sourceBjoern Schiessle2014-09-221-1/+1
| * group shares and combine permissionsBjoern Schiessle2014-09-221-237/+249
* | Remove dead codeLukas Reschke2014-09-292-18/+0
* | Merge pull request #11311 from owncloud/fixing-unhandled-exception-cleanTmp-m...Lukas Reschke2014-09-261-3/+21
|\ \
| * | catch and log exception in OC_Helper::cleanTmp()Thomas Müller2014-09-261-3/+21
* | | Merge pull request #11285 from owncloud/dav-permissions-createThomas Müller2014-09-262-1/+10
|\ \ \ | |/ / |/| |
| * | Fix dav permissions for folders without create permissionsRobin Appelman2014-09-251-1/+1
| * | Expose creatable permissions trough fileinfoRobin Appelman2014-09-251-0/+9
* | | Merge pull request #11282 from owncloud/scanner-memory-stable7Robin Appelman2014-09-251-7/+12
|\ \ \
| * | | Don't keep the full info of all children in memoryRobin Appelman2014-09-241-7/+12
* | | | Merge pull request #10934 from owncloud/datadir-write-setupVincent Petry2014-09-252-26/+40
|\ \ \ \ | |_|/ / |/| | |
| * | | Check for writable datadir during setupRobin Appelman2014-09-181-3/+13
| * | | Don't complain about non-writable datadirs before we're installedRobin Appelman2014-09-181-17/+19
| * | | Inject config into checkserver and cleanup testsRobin Appelman2014-09-181-8/+10
* | | | Clarify possible preview providers for type OfficeLukas Reschke2014-09-241-2/+6
| |/ / |/| |
* | | Merge pull request #11229 from kofemann/for-upstreamLukas Reschke2014-09-241-9/+8
|\ \ \
| * | | user/backed: use pow of two for backed action constantsTigran Mkrtchyan2014-09-231-9/+8
* | | | Merge pull request #11019 from owncloud/do-not-show-exception-to-enduserLukas Reschke2014-09-234-34/+30
|\ \ \ \
| * | | | fix error message templateMorris Jobke2014-09-171-0/+1
| * | | | Do not show exception to the end-userLukas Reschke2014-09-174-34/+30
* | | | | Merge pull request #7051 from owncloud/postsetupajaxcheckVincent Petry2014-09-231-47/+0
|\ \ \ \ \
| * | | | | Moved WebDAV and internet checks to client side JSVincent Petry2014-09-231-47/+0
* | | | | | Merge pull request #11222 from owncloud/store-users-timezone-masterThomas Müller2014-09-231-7/+17
|\ \ \ \ \ \
| * | | | | | enhance formatDate function to accept an optional argument containing the tim...Thomas Müller2014-09-221-7/+17
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #11241 from owncloud/use-lower-caseThomas Müller2014-09-231-1/+1
|\ \ \ \ \ \
| * | | | | | Use only lower-case lettersLukas Reschke2014-09-221-1/+1
* | | | | | | Merge pull request #11032 from owncloud/harden-redirectLukas Reschke2014-09-235-94/+201
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Do only follow HTTP and HTTPS redirectsLukas Reschke2014-09-225-94/+201
| |/ / / / /
* | | | | | Merge pull request #11226 from owncloud/kill-postsetupcheck-masterVincent Petry2014-09-231-21/+1
|\ \ \ \ \ \
| * | | | | | remove post setup checkThomas Müller2014-09-221-21/+1
* | | | | | | Merge pull request #11227 from owncloud/fix-windows-pathThomas Müller2014-09-231-2/+2
|\ \ \ \ \ \ \
| * | | | | | | fixing directory seperatorsClark Tomlinson2014-09-221-2/+2
| |/ / / / / /
* | | | | | | Merge pull request #11215 from owncloud/dav-throwwhendeletefailedMorris Jobke2014-09-232-2/+9
|\ \ \ \ \ \ \
| * | | | | | | WebDAV now throws 403 when deletion did not workVincent Petry2014-09-222-2/+9
* | | | | | | | Merge pull request #11211 from owncloud/previewProviderSwitchMorris Jobke2014-09-233-61/+40
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Add a configuration switch for enabled preview mimetypesLukas Reschke2014-09-223-61/+40
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #11204 from owncloud/fix_oc_stream_seekMorris Jobke2014-09-223-3/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | in quota wrapper use === instead of ! for better readability and as in other ...Jörn Friedrich Dreyer2014-09-221-1/+1