summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* updated translationsJan-Christoph Borchardt2011-09-2476-1836/+2892
|
* removed 'share by publiclink' app as it has been superseded by SharingJan-Christoph Borchardt2011-09-2411-371/+0
|
* widened inputs for language and timezoneJan-Christoph Borchardt2011-09-241-0/+1
|
* no mickey mouse hand for quota barJan-Christoph Borchardt2011-09-241-0/+1
|
* removed deprecated images and iconsJan-Christoph Borchardt2011-09-2422-202/+10
|
* relabeled Finish setup button with 'Finishing ...'Jan-Christoph Borchardt2011-09-241-1/+1
|
* Merge branch 'master' of gitorious.org:owncloud/owncloudGeorg Ehrke2011-09-2416-6891/+1
|\
| * remove getID3 demos due to security issue caused by one of themRobin Appelman2011-09-2414-6889/+0
| |
| * dont submit the setup form to a new tabRobin Appelman2011-09-241-1/+0
| |
| * prevent people from triggering the setup manuallyRobin Appelman2011-09-241-1/+1
| |
* | delete calendar function for userinterfaceGeorg Ehrke2011-09-244-2/+42
|/
* Merge branch 'working'Florian Pritz2011-09-2446-116/+211
|\
| * apps/calendar: check for unset variableFlorian Pritz2011-09-241-1/+1
| | | | | | | | Signed-off-by: Florian Pritz <bluewind@xinu.at>
| * files: fix max filesize checkFlorian Pritz2011-09-242-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 errorsFlorian Pritz2011-09-241-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 decimalsFlorian Pritz2011-09-241-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 barFlorian Pritz2011-09-242-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 webdavFlorian Pritz2011-09-242-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 enabledFlorian Pritz2011-09-244-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 contactFlorian Pritz2011-09-241-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 addpropertyformFlorian Pritz2011-09-241-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_contentsFlorian Pritz2011-09-241-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 emptyFlorian Pritz2011-09-241-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 eventFlorian Pritz2011-09-241-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.phpFlorian Pritz2011-09-243-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>
| * change DATETIME to DATE-TIME in vcardsFlorian Pritz2011-09-242-6/+6
| | | | | | | | | | | | | | | | | | | | The rfc [1] only mentions "DATE-TIME" and after this change events created in the web ui can be imported by lightning. Before it threw a syntax error. [1]: https://tools.ietf.org/html/rfc5545 Signed-off-by: Florian Pritz <bluewind@xinu.at>
| * apps/calendar: add delete button to edit event formFlorian Pritz2011-09-243-0/+44
| | | | | | | | Signed-off-by: Florian Pritz <bluewind@xinu.at>
| * don't escape new lines in vevent descriptionFlorian Pritz2011-09-241-2/+1
| | | | | | | | | | | | | | This ended up as "\n\\n" in the data base and the escaped \n was also visible in the edit form. Signed-off-by: Florian Pritz <bluewind@xinu.at>
| * don't print empty folder warning if it will be hiddenFlorian Pritz2011-09-241-1/+5
| | | | | | | | | | | | | | | | No point in wasting resources if you don't show it. This also fixes an undefined variable notice. Signed-off-by: Florian Pritz <bluewind@xinu.at>
| * files: fix wrong image paths if called from files_shareing/get.phpFlorian Pritz2011-09-241-3/+3
| | | | | | | | Signed-off-by: Florian Pritz <bluewind@xinu.at>
| * only call error_log() if DEBUG is trueFlorian Pritz2011-09-2419-48/+50
| | | | | | | | Signed-off-by: Florian Pritz <bluewind@xinu.at>
| * fix error when uploading musicFlorian Pritz2011-09-241-2/+2
| | | | | | | | | | | | These methods are called statically so make them static. Signed-off-by: Florian Pritz <bluewind@xinu.at>
| * use jquery 1.6.4Florian Pritz2011-09-243-19/+5
| | | | | | | | Signed-off-by: Florian Pritz <bluewind@xinu.at>
| * apps/calendar: check if variables are set before using themFlorian Pritz2011-09-241-5/+9
|/ | | | Signed-off-by: Florian Pritz <bluewind@xinu.at>
* moved copyright and license notices in one placeJan-Christoph Borchardt2011-09-243-76/+6
|
* Change copyright notice to short formBart Visscher2011-09-2326-438/+168
|
* Fix use of reserved javascript keyword 'new'Bart Visscher2011-09-232-2/+2
|
* integrated and updated calendar translationsJan-Christoph Borchardt2011-09-2352-648/+11110
|
* fixed a few calendar words, hack to get shortcode for May translatableJan-Christoph Borchardt2011-09-231-28/+28
|
* fixed contacts strings (no technical stuff in the interface, don't scream at ↵Jan-Christoph Borchardt2011-09-2347-105/+4487
| | | | people, ...), ready for translation
* After clicking Finish button:Bart Visscher2011-09-231-0/+27
| | | | | | - change value to "Please wait...." - disable all the inputs & buttons - submit new form, because disabled inputs are not submitted to the server
* Make event category choice multiselectBart Visscher2011-09-2310-24/+730
|
* updated translationsJan-Christoph Borchardt2011-09-23101-395/+5641
|
* Add Sabre_DAV_Browser_Plugin to *DAV-servers to ease debuggingJakob Sack2011-09-233-0/+3
|
* fix file uploads for IERobin Appelman2011-09-222-9/+18
|
* Small styling fixesBart Visscher2011-09-202-4/+4
|
* Move some common code to OC_UtilBart Visscher2011-09-1823-104/+63
| | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage
* Cleanup lib/base.phpBart Visscher2011-09-185-182/+118
|
* Remove global vars and use the OC static version.Bart Visscher2011-09-1831-166/+103
| | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
* Fix calendar active checkboxBart Visscher2011-09-182-3/+3
|