Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implemented ace-edtior as an app. Basic file editing and saving supported. | Tom Needham | 2011-09-28 | 3 | -5/+12 |
| | |||||
* | Add flag in info.xml to control the apps that are installed by default | Bart Visscher | 2011-09-27 | 9 | -8/+17 |
| | |||||
* | show only most essential stuff in add and edit event form | Georg Ehrke | 2011-09-27 | 2 | -8/+20 |
| | |||||
* | check for php modules | Frank Karlitschek | 2011-09-27 | 1 | -1/+8 |
| | |||||
* | remove warning by check cookie before accessing it. | Frank Karlitschek | 2011-09-27 | 1 | -1/+1 |
| | |||||
* | Fixed table gap from appearing. | Scott Barnett | 2011-09-27 | 1 | -2/+0 |
| | |||||
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud | Scott Barnett | 2011-09-27 | 2 | -5/+5 |
|\ | |||||
| * | Use correct name for function state for addScript/addStyle in js | Bart Visscher | 2011-09-26 | 1 | -4/+4 |
| | | |||||
| * | Fix space in comment | Bart Visscher | 2011-09-26 | 1 | -1/+1 |
| | | |||||
* | | Fixed delete cross positioning issue. | Scott Barnett | 2011-09-27 | 1 | -3/+6 |
|/ | |||||
* | Reverting: initial commit for gallery app | Bartek Przybylski | 2011-09-26 | 14 | -450/+0 |
| | |||||
* | dont set content type to json for Apps | Robin Appelman | 2011-09-26 | 2 | -3/+5 |
| | |||||
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud | Bartek Przybylski | 2011-09-25 | 55 | -353/+228 |
|\ | |||||
| * | Use OC_JSON for json responses | Bart Visscher | 2011-09-25 | 54 | -351/+226 |
| | | | | | | | | | | Create OC_JSON class, for single point of creating json responses. No real logic change, this just cleans up the code a bit. | ||||
| * | Fixed minor issue. | Scott Barnett | 2011-09-26 | 1 | -1/+1 |
| | | |||||
| * | Fixed uploaded file hover issue. | Scott Barnett | 2011-09-26 | 1 | -2/+2 |
| | | |||||
* | | initial commit for gallery app | Bartek Przybylski | 2011-09-25 | 14 | -0/+450 |
|/ | |||||
* | fix creating users | Robin Appelman | 2011-09-25 | 1 | -0/+1 |
| | |||||
* | correctly update the collection when music files are moved around | Robin Appelman | 2011-09-25 | 3 | -5/+26 |
| | |||||
* | remove some debug statements | Robin Appelman | 2011-09-25 | 1 | -3/+0 |
| | |||||
* | fix uploading files using webdav | Robin Appelman | 2011-09-25 | 1 | -1/+1 |
| | |||||
* | actually check the correct password when changing the password | Robin Appelman | 2011-09-25 | 1 | -1/+2 |
| | |||||
* | check for old password when changing passwords | Robin Appelman | 2011-09-25 | 1 | -1/+1 |
| | |||||
* | moved scanning to controls bar | Jan-Christoph Borchardt | 2011-09-25 | 2 | -7/+11 |
| | |||||
* | lots of music improvements, might break some things though | Jan-Christoph Borchardt | 2011-09-25 | 2 | -28/+14 |
| | |||||
* | updated translations | Jan-Christoph Borchardt | 2011-09-24 | 76 | -1836/+2892 |
| | |||||
* | removed 'share by publiclink' app as it has been superseded by Sharing | Jan-Christoph Borchardt | 2011-09-24 | 11 | -371/+0 |
| | |||||
* | widened inputs for language and timezone | Jan-Christoph Borchardt | 2011-09-24 | 1 | -0/+1 |
| | |||||
* | no mickey mouse hand for quota bar | Jan-Christoph Borchardt | 2011-09-24 | 1 | -0/+1 |
| | |||||
* | removed deprecated images and icons | Jan-Christoph Borchardt | 2011-09-24 | 22 | -202/+10 |
| | |||||
* | relabeled Finish setup button with 'Finishing ...' | Jan-Christoph Borchardt | 2011-09-24 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Georg Ehrke | 2011-09-24 | 16 | -6891/+1 |
|\ | |||||
| * | remove getID3 demos due to security issue caused by one of them | Robin Appelman | 2011-09-24 | 14 | -6889/+0 |
| | | |||||
| * | dont submit the setup form to a new tab | Robin Appelman | 2011-09-24 | 1 | -1/+0 |
| | | |||||
| * | prevent people from triggering the setup manually | Robin Appelman | 2011-09-24 | 1 | -1/+1 |
| | | |||||
* | | delete calendar function for userinterface | Georg Ehrke | 2011-09-24 | 4 | -2/+42 |
|/ | |||||
* | Merge branch 'working' | Florian Pritz | 2011-09-24 | 46 | -116/+211 |
|\ | |||||
| * | apps/calendar: check for unset variable | Florian Pritz | 2011-09-24 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
| * | files: fix max filesize check | Florian Pritz | 2011-09-24 | 2 | -2/+6 |
| | | | | | | | | | | | | | | php check both, upload_max_filesize and post_max_size, when uploading a file so we should do the same when figuring out the maximum size. Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
| * | files/ajax: catch upload errors | Florian Pritz | 2011-09-24 | 1 | -0/+18 |
| | | | | | | | | | | | | If the file wasn't uploaded successfully bail early. Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
| * | settings/personal: calculate the relative usage with 2 decimals | Florian Pritz | 2011-09-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Normally a browser window will be large enough that the bar is wider than 100px so we can use decimals to display the real usage more closely. Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
| * | settings/personal: remove padding from quota bar | Florian Pritz | 2011-09-24 | 2 | -2/+3 |
| | | | | | | | | | | | | | | The text will stay in it's place, but 0% usage will lead to an empty bar. Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
| * | fix warning when uploading file using webdav | Florian Pritz | 2011-09-24 | 2 | -1/+4 |
| | | | | | | | | | | | | | | | | | | When uploading a file using davfs php warned about a missing argument to OC_FileProxy_Quota::preFile_put_contents(). Since we get a resource from OC_Connector_Sabre_File->put(), we have to convert that before running strlen because it expects a string. Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
| * | set cookie secure if forcessl is enabled | Florian Pritz | 2011-09-24 | 4 | -6/+23 |
| | | | | | | | | | | | | | | This also moves session_start in lib/base.php down a bit because we need OC::$SERVERROOT to get the config settings. Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
| * | apps/contacts: only display buttons if there is a contact | Florian Pritz | 2011-09-24 | 1 | -5/+4 |
| | | | | | | | | | | | | | | If you don't have any contacts, it would display a non-functioning delete button. Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
| * | apps/contacts: fix wrapping issue in addpropertyform | Florian Pritz | 2011-09-24 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | The browser added random line breaks between the label and input field making it hard to see what's what. Now we break lines intentionally just like in setpropertyform. Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
| * | apps/bookmarks: use curl instead of file_get_contents | Florian Pritz | 2011-09-24 | 1 | -1/+6 |
| | | | | | | | | | | | | | | Don't depend on allow_url_fopen being enabled when we already use curl elsewhere in the code. Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
| * | fix apps/bookmarks if oc_bookmarks_tags is empty | Florian Pritz | 2011-09-24 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | If you have bookmarks, but there are no tags in oc_bookmarks_tags, the query doesn't return any results. Using a left join fixes this. Reference: http://stackoverflow.com/questions/3171276/select-multiple-tables-when-one-table-is-empty-in-mysql Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
| * | apps/calendar: change ctag after modifying event | Florian Pritz | 2011-09-24 | 1 | -1/+3 |
| | | | | | | | | | | | | | | edit() tried to do that, but it used $id which is the event id and not the calendar id. Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
| * | files: hide non functioning code when called from a/f_s/get.php | Florian Pritz | 2011-09-24 | 3 | -2/+8 |
| | | | | | | | | | | | | | | | | | | | | The checkboxes don't work because files.js is missing. Adding it leads to the problem that it relies on files/ajax and most of the code only works for logged in users. The actions div contains undefined variables and doesn't work either. Signed-off-by: Florian Pritz <bluewind@xinu.at> |