Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | ported oc_db | Frank Karlitschek | 2012-05-03 | 1 | -2/+2 |
| | |||||
* | ported oc_json | Frank Karlitschek | 2012-05-03 | 10 | -35/+35 |
| | |||||
* | port oc_response | Frank Karlitschek | 2012-05-03 | 1 | -1/+1 |
| | |||||
* | fix install | Frank Karlitschek | 2012-05-02 | 1 | -2/+2 |
| | |||||
* | add require_once('../lib/base.php'); to webdav.php | Georg Ehrke | 2012-05-02 | 1 | -0/+1 |
| | |||||
* | create folder 'remote' for the remote services like caldav, carddav and webdav | Georg Ehrke | 2012-05-02 | 3 | -2/+9 |
| | |||||
* | first part of the config stuff | Frank Karlitschek | 2012-05-02 | 2 | -5/+5 |
| | |||||
* | move all the files stuff into a files class | Frank Karlitschek | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | files is not internal any more, part II | Arthur Schiwon | 2012-05-02 | 1 | -0/+1 |
| | |||||
* | ported the oc_app calls | Frank Karlitschek | 2012-05-02 | 3 | -4/+4 |
| | |||||
* | ported the rest of the OC_Helper calls | Frank Karlitschek | 2012-05-02 | 4 | -13/+13 |
| | |||||
* | port linkto and serverHost | Frank Karlitschek | 2012-05-01 | 3 | -5/+5 |
| | |||||
* | ported checkLoggedIn and checkAdmin | Frank Karlitschek | 2012-05-01 | 5 | -5/+5 |
| | |||||
* | some more porting | Frank Karlitschek | 2012-05-01 | 3 | -3/+3 |
| |