Commit Graph

2071 Commits (96d9e0eb5b52ce13015c1c1843dbad8b2c218236)

Author SHA1 Message Date
Lukas Reschke 96d9e0eb5b Remove uneeded slicing of element 11 years ago
Lukas Reschke 41374986d3 Remove dead code 11 years ago
Bjoern Schiessle 6e7acb8ae0 some small fixed, suggested by scrutinizer 11 years ago
Bjoern Schiessle 2a4da7fe09 on unshare only unshare childrens if there is no other parent available 11 years ago
Bjoern Schiessle e115a7043f only create a new share entry, if the user needs a different target name than the group share 11 years ago
Bjoern Schiessle ed85055d31 for group shares we don't need a extra db entry of groupTarget equals itemTarget 11 years ago
Bjoern Schiessle d242e518f9 for group shares only the parent has the up-to-date permission. Make sure that we always use this permission, except if the user permission is '0' because in this case the user unshared the group share from self 11 years ago
Thomas Müller 4c08215e66 catch and log exception in OC_Helper::cleanTmp() 11 years ago
Bjoern Schiessle 52b6469b0c call \OCP\Share::getItemsSharedWithUser() to get exclude list, this way all checks are executed, e.g. to check if the share is really visible 11 years ago
Robin Appelman 10c350b895 Fix dav permissions for folders without create permissions 11 years ago
Robin Appelman ccb4475a8d Expose creatable permissions trough fileinfo 11 years ago
Bjoern Schiessle 968152113e always select permissions, used in getItems() 11 years ago
Bjoern Schiessle d5fc011c90 some small fixes 11 years ago
Lukas Reschke cb002c1f6b Clarify possible preview providers for type Office 11 years ago
Robin Appelman f88021dbbc Don't keep the full info of all children in memory 11 years ago
Bjoern Schiessle 07d43df713 only add a new row if it isn't a unique share, otherwise update the existing row 11 years ago
Bjoern Schiessle 9f7b15582a fix add user to group to work with grouped shares 11 years ago
Bjoern Schiessle bd268c35f5 generateTarget() will always find a unique target 11 years ago
Tigran Mkrtchyan 276f50a1ba user/backed: use pow of two for backed action constants 11 years ago
Vincent Petry e65ceb08fc Moved WebDAV and internet checks to client side JS 11 years ago
Lukas Reschke 1565d82b81 Use only lower-case letters 11 years ago
Lukas Reschke 6eeb905871 Do only follow HTTP and HTTPS redirects 11 years ago
Thomas Müller 21412559df remove post setup check 11 years ago
Bjoern Schiessle 9105e17307 unit tests for grouping of shares pointing to the same source 11 years ago
Bjoern Schiessle 89c3b650e6 group shares and combine permissions 11 years ago
Clark Tomlinson db72270acc fixing directory seperators 11 years ago
Lukas Reschke ca3447fcde Add a configuration switch for enabled preview mimetypes 11 years ago
Thomas Müller 814114ab8e enhance formatDate function to accept an optional argument containing the time zone 11 years ago
Vincent Petry 470c25eff4 WebDAV now throws 403 when deletion did not work 11 years ago
Jörn Friedrich Dreyer f83689e1be in quota wrapper use === instead of ! for better readability and as in other wrappers 11 years ago
Jörn Friedrich Dreyer 561a7e47cd return boolean in Ciose::stream_seek 11 years ago
Joas Schilling 71bec60b92 Also match routes without trailing slash 11 years ago
Jörn Friedrich Dreyer b752cb98d8 return boolean in OC::stream_seek 11 years ago
Georg Ehrke 071e4bfc06 make sure preview prop is instanceof OC_Image before using it in showPreview 11 years ago
Georg Ehrke ab2554e013 delete old previews 11 years ago
Thomas Müller 7537d405e3 adding 'smallint unsigned' to type mapping for sqlite 11 years ago
Lukas Reschke 6869d2e82a Throw error in showPreview instead the constructor 11 years ago
Lukas Reschke a71af58535 Prevent updates between multiple major versions 11 years ago
voxsim 7a14f94ae5 1. remove sizeof($filteredUsers) > 0 as condition 11 years ago
Lukas Reschke d0d3b7457b Move BasicAuth check to "isLoggedIn()" 11 years ago
Robin Appelman a85f0ae2da Fix ILIKE without wildcards for oracle 11 years ago
Robin Appelman c8dbdc29d0 Check for writable datadir during setup 11 years ago
Robin Appelman 23dd7cb51d Don't complain about non-writable datadirs before we're installed 11 years ago
Robin Appelman 6fa3280c2a Inject config into checkserver and cleanup tests 11 years ago
Lukas Reschke d07d5915c9 Remove unused and overflowing function 11 years ago
Lukas Reschke 8fc1a9f5a9 Make 404 page easier to understand 11 years ago
Remco Brenninkmeijer f930b356e6 Error needs to push body-id for new guest layout 11 years ago
Robin Appelman 0c03b2bdd5 Use ILIKE in cache search 11 years ago
Robin Appelman 67b1ec1faf Implement ILIKE for sqlite 11 years ago
Robin Appelman 60587e9dcd Make sqlite LIKE case sensitive on default 11 years ago