Commit Graph

801 Commits (607f1a2738911ace1026c6bc14aa28481a898897)
 

Author SHA1 Message Date
Michael Gapczynski 607f1a2738 Fix conflicts with master in lib/base.php 14 years ago
Michael Gapczynski 05389827fd Merge branch 'master' into sharing 14 years ago
Jan-Christoph Borchardt 53ae56097d applied Ryan's patch for Bug 276007 - Folder list does not get updated when creating the first folder. 14 years ago
Dominik Schmidt 7f0dc638ae Hopefully fix errors if ldap plugin is not configured 14 years ago
Hans Bakker f989871501 More nl l10n improvements 14 years ago
Hans Bakker f893f14615 Improved the dutch l10n files 14 years ago
Michael Gapczynski e24e2d0e16 Append LIMIT 1 to getSource queries to improve performance 14 years ago
Hans Bakker 1daeb13dd9 Usability improvements: 14 years ago
Kunal Ghosh f2845bbea8 Fix to make the Unlock mechanism of WebDAV work. Previously when using unlock in cadaver etc was used the lock entry corresponding to the file was not deleted in the sqlite database table oc_locks. The error was because the delete query in the Unlock function was not getting executed :) 14 years ago
Michael Gapczynski b03083b881 Fix check for parentDir and fix the return for a nonexistent target in the database 14 years ago
Michael Gapczynski 053edde780 Improvements to caching for shared folders 14 years ago
Michael Gapczynski a402c8ffe1 Implement caching for source paths in OC_FILESTORAGE_SHARED 14 years ago
Michael Gapczynski fe178310f3 Use php functions dirname() and basename() instead of manipulating strings in getSource() 14 years ago
Michael Gapczynski 12c168b6dd Add function setTarget(), implement recursion in getSource() for folders 14 years ago
Robin Appelman f40a1cad8b not all http server add index.php to $_SERVER[SCRIPT_NAME], do it manually 14 years ago
Michael Gapczynski 78293ea244 Better implementation of getting shared folder size by using the source path 14 years ago
Michael Gapczynski c8781b1caf Add error handling for getSource() 14 years ago
Michael Gapczynski e91f42d249 Add support for sharing folders 14 years ago
Robin Appelman 4ac25942de you can now use your owncloud url as openid provider 14 years ago
Robin Appelman 155f62bcf6 allow plugins/apps to add custom headers to all pages 14 years ago
Aamir Khan 2098cbd822 redirect_url to be respected in linkTo function 14 years ago
Robin Appelman 7d2784c4c3 add openid headers to openid request page 14 years ago
Robin Appelman 4d11e920be provide an option to add custom elements to the header of templates 14 years ago
Robin Appelman 1aa8399915 show error on openid request page when no user is selected 14 years ago
Kamil Domanski 2772c66259 Merge branch 'master' of git://anongit.kde.org/owncloud 14 years ago
Kamil Domanski 53cb4c16ed add template to openid request page 14 years ago
Dominik Schmidt 735738fe6f user_ldap: close ldap connection in dtor 14 years ago
Dominik Schmidt 5f29f8a831 user_ldap: implement userExists 14 years ago
Dominik Schmidt d4618d633a user_ldap: use input-type-password for ldap_password 14 years ago
Dominik Schmidt 612f8cb954 user_ldap: add port setting 14 years ago
Dominik Schmidt c8e57d5460 Add user_ldap plugin 14 years ago
Michael Gapczynski 467778d66f Merge branch 'master' into sharing 14 years ago
Kamil Domanski 2073d3b08e fix 404 14 years ago
Kamil Domanski 0bf67298d1 no indexing in generated htaccess 14 years ago
Kamil Domanski 5aa8f16bbf forbid indexes 14 years ago
Robin Appelman 8b76590f5d fix creating users 14 years ago
Kamil Domanski 6452f5b5cb OpenID now won't load if curl is not available 14 years ago
Robin Appelman 1ce24d892b don't show errors when the login isn't an openid identity 14 years ago
Robin Appelman bd4aec2c4c Experimental OpenID user backend and server. 14 years ago
Dominik Schmidt 3b2fcd356f Use new user backend API 14 years ago
Dominik Schmidt 96657f8b62 Detect backend features dynamically instead of trial-and-error usage 14 years ago
Robin Appelman 01471d3e2a return to default page on empty search 14 years ago
Robin Appelman 51b2557470 stop confusing people with a dummy share button 14 years ago
Jakob Sack 481b7b25e2 Make Jans German translation usuable 14 years ago
Michael Gapczynski 8cbee28416 Better implementation of filesize for shared directory, now storing in oc_foldersize 14 years ago
Jan-Christoph Borchardt 50dbc533e1 updated/finished German translation 14 years ago
Michael Gapczynski 87097db4eb Changed self:: and OC_FILESTORAGE_SHARED to -> 14 years ago
Michael Gapczynski e3ea84d048 Changed ctime for the shared folder to the earliest ctime 14 years ago
Michael Gapczynski 3f5fde50c1 Forgot to remove TODOs for file?time()s 14 years ago
Michael Gapczynski 098fc5ef95 Fixed stat(), file?time()'s now grab most recent time from shared files 14 years ago