Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'unstable' | Bart Visscher | 2012-06-04 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/tests/config.php apps/files_versions/ajax/getVersions.php apps/files_versions/appinfo/app.php apps/files_versions/history.php apps/files_versions/js/versions.js apps/files_versions/templates/history.php apps/files_versions/versions.php lib/base.php | ||||
| * | fixed 'delete' label so it doesn't break translations | Sam Tuke | 2012-05-15 | 1 | -1/+1 |
| | | |||||
* | | Don't allow user to delete, rename and re-share the "Shared" directory | Bjoern Schiessle | 2012-06-04 | 2 | -3/+5 |
| | | |||||
* | | don´t start a session here. I don´t think it´s needed. Let´s see if it ↵ | Frank Karlitschek | 2012-06-01 | 1 | -1/+1 |
| | | | | | | | | breaks something | ||||
* | | fix the breadcrumb | Frank Karlitschek | 2012-05-31 | 1 | -2/+2 |
| | | |||||
* | | linkTo instead of hard links in Files and Files_Archive. Hope that makes sense. | Arthur Schiwon | 2012-05-31 | 2 | -3/+3 |
| | | |||||
* | | Remove OC_App::register function | Bart Visscher | 2012-05-31 | 1 | -1/+0 |
| | | | | | | | | The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty. | ||||
* | | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+1 |
| | | |||||
* | | Add HEAD request management for files ajax/download.php | Brice Maron | 2012-05-24 | 1 | -1/+1 |
| | | |||||
* | | Add translation for error message | Brice Maron | 2012-05-24 | 1 | -1/+1 |
| | | |||||
* | | Add error message when uploading folder or null files. ref oc-739 | Brice Maron | 2012-05-24 | 1 | -0/+5 |
| | | |||||
* | | Add pending line in file list before trying to upload. Correct indentation | Brice Maron | 2012-05-24 | 1 | -111/+110 |
| | | |||||
* | | Make sure sharing and versions dropdowns come down in the same location for ↵v4.0.0 | Michael Gapczynski | 2012-05-19 | 1 | -1/+1 |
| | | | | | | | | all files | ||||
* | | make upload work with IE again | Arthur Schiwon | 2012-05-18 | 1 | -1/+1 |
| | | |||||
* | | mark the apps as part of the shipped package and increase the requirement to ↵ | Frank Karlitschek | 2012-05-18 | 1 | -1/+2 |
| | | | | | | | | ownCloud 4 | ||||
* | | Merge commit 'refs/merge-requests/115' of ↵ | Michael Gapczynski | 2012-05-17 | 2 | -3/+3 |
|\ \ | | | | | | | | | | | | | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/115 Conflicts: apps/files/templates/index.php | ||||
| * | | Fix some non-utf8-friendly htmlentities (resulting in wrong display of ↵ | Vitaly Kuznetsov | 2012-05-10 | 2 | -3/+3 |
| |/ | | | | | | | utf8-encoded directory names for example) | ||||
* | | update translations | Robin Appelman | 2012-05-17 | 8 | -6/+125 |
| | | |||||
* | | try to remove deprecated files from /files on update | Arthur Schiwon | 2012-05-16 | 1 | -0/+34 |
| | | |||||
* | | No multiple file sharing in this next release, sharing UI isn't ready for it :( | Michael Gapczynski | 2012-05-15 | 1 | -1/+1 |
| | | |||||
* | | Make only writable files draggable | Michael Gapczynski | 2012-05-14 | 1 | -1/+1 |
| | | |||||
* | | removing executable bit - again | Thomas Mueller | 2012-05-15 | 20 | -0/+0 |
| | | |||||
* | | cache app types during install or update | Robin Appelman | 2012-05-14 | 1 | -1/+1 |
| | | |||||
* | | Call is_writable explicitly on folders for readonly check | Michael Gapczynski | 2012-05-14 | 1 | -1/+1 |
| | | |||||
* | | selective app loading for remote/public | Robin Appelman | 2012-05-14 | 2 | -0/+4 |
| | | |||||
* | | update translations | Robin Appelman | 2012-05-13 | 17 | -16/+212 |
| | | |||||
* | | oc-627, calling base function instead of loading too much useless functions | Bartek Przybylski | 2012-05-12 | 1 | -1/+1 |
| | | |||||
* | | load remote and public paths from info.xml during upgrade instead of setting ↵ | Robin Appelman | 2012-05-11 | 3 | -2/+5 |
| | | | | | | | | them every time | ||||
* | | fixing upload icon color | Jan-Christoph Borchardt | 2012-05-10 | 1 | -1/+1 |
| | | |||||
* | | larger clickable area for new button | Jan-Christoph Borchardt | 2012-05-10 | 1 | -1/+1 |
| | | |||||
* | | fixing background for clicked new button | Jan-Christoph Borchardt | 2012-05-10 | 1 | -1/+1 |
| | | |||||
* | | reduced text shadow brightness | Jan-Christoph Borchardt | 2012-05-10 | 1 | -1/+1 |
| | | |||||
* | | highlight the files new and upload button all the time | Jan-Christoph Borchardt | 2012-05-10 | 1 | -2/+2 |
|/ | |||||
* | Use a clean uri param constructor to get files | Brice Maron | 2012-05-09 | 1 | -1/+1 |
| | |||||
* | update translations | Robin Appelman | 2012-05-09 | 35 | -73/+205 |
| | |||||
* | Correct file move by dropping on folder | Brice Maron | 2012-05-08 | 1 | -7/+7 |
| | |||||
* | applying coding guideline | Arthur Schiwon | 2012-05-07 | 1 | -3/+3 |
| | |||||
* | applying coding guideline | Arthur Schiwon | 2012-05-07 | 1 | -20/+20 |
| | |||||
* | improve remote.php and create public.php | Georg Ehrke | 2012-05-07 | 1 | -1/+1 |
| | |||||
* | fix webdav, bloody merge conflicts | Georg Ehrke | 2012-05-07 | 1 | -1/+0 |
| | |||||
* | fix merge conflicts | Georg Ehrke | 2012-05-07 | 11 | -24/+23 |
|\ | |||||
| * | ported the oc_template class | Frank Karlitschek | 2012-05-06 | 9 | -21/+21 |
| | | |||||
| * | added a nice API to get the installes Apps with names, urls and icon from ↵ | Frank Karlitschek | 2012-05-05 | 1 | -0/+1 |
| | | | | | | | | | | | | the outside. This is useful for some nice upcoming desktop and mobile integration | ||||
| * | Fix loading by apptype in webdav | Bart Visscher | 2012-05-05 | 1 | -4/+1 |
| | | |||||
* | | Working remote.php with webdav and caldav | Bart Visscher | 2012-05-06 | 1 | -1/+1 |
| | | |||||
* | | push changes | Georg Ehrke | 2012-05-05 | 2 | -9/+1 |
|/ | |||||
* | fix writing of webdav.php | Georg Ehrke | 2012-05-05 | 1 | -1/+1 |
| | |||||
* | fix writing in remote folder | Georg Ehrke | 2012-05-05 | 3 | -8/+3 |
| | |||||
* | only emit the filesystem hooks once when creating a new file | Robin Appelman | 2012-05-05 | 1 | -7/+8 |
| | |||||
* | Changed $APPROOT to $APPSROOT as in ↵ | Thomas Tanghus | 2012-05-04 | 1 | -1/+1 |
| | | | | https://gitorious.org/owncloud/owncloud/merge_requests/116 |