Commit Graph

1799 Commits (9ca62903176a92ec2d1f2e43c036bf848b0a40a7)

Author SHA1 Message Date
Michael Gapczynski ff076caeee Check usernames in the database as case insensitive, they are still stored case sensitive. Bug fix for oc-422 and oc-1514 14 years ago
Michael Gapczynski fd2ca21fc2 Allow share_with column to be null for links 14 years ago
Frank Karlitschek 70b71338cd beta 1 14 years ago
Michael Gapczynski 9cd55508c3 Add Share API settings to admin page 14 years ago
Michael Gapczynski 0ad16e84c5 Fix share collection query 14 years ago
Michael Gapczynski 0a9d1ed3a6 Initial previewer for public links 14 years ago
Jörn Friedrich Dreyer 3b83c7fa74 update now(), current_timestamp and backtick replacement 14 years ago
Georg Ehrke ead7de6bff only mount every single homefolder when using sharing app 14 years ago
Georg Ehrke b56a46bdea fix filesharing for multiple data directories 14 years ago
Arthur Schiwon 0f379fd28a OC_User: getHome is an optional method, taking it out of the Interface 14 years ago
Jörn Friedrich Dreyer 15cdde74d3 return standard SQL values (sqlite3 understands CURRENT_...) 14 years ago
Georg Ehrke 16aff1045d make use of OC_User::getHome in lib/migrate.php 14 years ago
Michael Gapczynski 18517f6adb Fix share getItems() limit 14 years ago
Georg Ehrke cd5c217c0d use OC_User::getHome in lib/filesystem.php 14 years ago
Georg Ehrke 045c94ec3e enable user backends to define their own place where to store the data 14 years ago
Georg Ehrke 5586054961 fix c&p fail from earlier commit today 14 years ago
Georg Ehrke 8c8496aff9 don't allow group admins to change admin's accounts 14 years ago
Georg Ehrke 5a4854079f implement getHome in OC_User 14 years ago
jfd 9822cd30c0 fix sharing bug introduced with oracle support 14 years ago
Jenkins for ownCloud bae07faa34 [tx-robot] updated from transifex 14 years ago
jfd 1bfe26bb09 remove superflous LIMIT 14 years ago
jfd 379f27ed03 fix missing $ 14 years ago
jfd bc90a34b07 remove duplicate method 14 years ago
Jenkins for ownCloud f57d527a7c [tx-robot] updated from transifex 14 years ago
Jörn Friedrich Dreyer fa3497f6ed add backticks to SQL, use limit parameter instead of LIMIT SQL 14 years ago
Michael Gapczynski 36487246ed Switch to using file cache ids instead of paths for file sharing 14 years ago
jfd 0c0ae928dc escape all identifiers with backticks 14 years ago
Frank Karlitschek f86f4c8bfd 4.0.7 14 years ago
Michael Gapczynski 12df81fe0b Check blacklist when renaming files 14 years ago
Lukas Reschke 5cb2d58c9f Also check some other files 14 years ago
Jakob Sack 1dfa6f3d8f Fix OC_Connector_Sabre_Locks for SQLite 14 years ago
Bjoern Schiessle 0ac8434670 fix for bug 879 - add parent directory to file cache if it does not exist yet. 14 years ago
Jenkins for ownCloud 07a889631e [tx-robot] updated from transifex 14 years ago
Thomas Tanghus c90c358f0d Only load js and css once. 14 years ago
Jenkins for ownCloud 082ed4ab71 [tx-robot] updated from transifex 14 years ago
Michael Gapczynski 885b8c481b Check if files_sharing app is enabled, move file specific javascript to files_sharing app 14 years ago
Michael Gapczynski 3debb67458 Move share CSS to core, add script and style from inside Share API 14 years ago
Michael Gapczynski 9699ff03bd Revert using item name, no longer allowing the same item source exist for a user 14 years ago
Jenkins for ownCloud e6d87b2c4b [tx-robot] updated from transifex 14 years ago
Frank Karlitschek 1d7018158e 4.5 alpha 1 14 years ago
Michael Gapczynski 09e851a9c4 Fix share ajax calls to use itemName/itemSource, show who shared a file with you 14 years ago
Michael Gapczynski cb0464ca4e Bump version number for Share API 14 years ago
Michael Gapczynski 5eca531f99 Refactor again so we can tell what item is being reshared in case the same source shows up. This is the end of the share_api branch, moving to master. 14 years ago
Michael Gapczynski f987e22d85 Large refactoring to allow for the same item to be shared to a group and again with a user in the group with different permissions 14 years ago
Robin Appelman 50cc5d5921 fix creating nested folders inside tar files 14 years ago
Robin Appelman 3da1339cd8 fix error when adding string data to an archive 14 years ago
Robin Appelman 154ce0f68d also add getLocalFolder to OC_Filsystem and OC_FilesystemView 14 years ago
Robin Appelman 9b44d0cb32 add OC_FileStorage::getLocalFolder 14 years ago
Robin Appelman 5962469892 add OC_Archive::addRecursive 14 years ago
Frank Karlitschek 850ee93711 add impress mimetype 14 years ago