Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | change DATETIME to DATE-TIME in vcards | Florian Pritz | 2011-09-24 | 2 | -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 form | Florian Pritz | 2011-09-24 | 3 | -0/+44 |
| | | | | Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | don't escape new lines in vevent description | Florian Pritz | 2011-09-24 | 1 | -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 hidden | Florian Pritz | 2011-09-24 | 1 | -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.php | Florian Pritz | 2011-09-24 | 1 | -3/+3 |
| | | | | Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | only call error_log() if DEBUG is true | Florian Pritz | 2011-09-24 | 19 | -48/+50 |
| | | | | Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | fix error when uploading music | Florian Pritz | 2011-09-24 | 1 | -2/+2 |
| | | | | | | These methods are called statically so make them static. Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | use jquery 1.6.4 | Florian Pritz | 2011-09-24 | 3 | -19/+5 |
| | | | | Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | apps/calendar: check if variables are set before using them | Florian Pritz | 2011-09-24 | 1 | -5/+9 |
| | | | | Signed-off-by: Florian Pritz <bluewind@xinu.at> | ||||
* | moved copyright and license notices in one place | Jan-Christoph Borchardt | 2011-09-24 | 3 | -76/+6 |
| | |||||
* | Change copyright notice to short form | Bart Visscher | 2011-09-23 | 26 | -438/+168 |
| | |||||
* | Fix use of reserved javascript keyword 'new' | Bart Visscher | 2011-09-23 | 2 | -2/+2 |
| | |||||
* | integrated and updated calendar translations | Jan-Christoph Borchardt | 2011-09-23 | 52 | -648/+11110 |
| | |||||
* | fixed a few calendar words, hack to get shortcode for May translatable | Jan-Christoph Borchardt | 2011-09-23 | 1 | -28/+28 |
| | |||||
* | fixed contacts strings (no technical stuff in the interface, don't scream at ↵ | Jan-Christoph Borchardt | 2011-09-23 | 47 | -105/+4487 |
| | | | | people, ...), ready for translation | ||||
* | After clicking Finish button: | Bart Visscher | 2011-09-23 | 1 | -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 multiselect | Bart Visscher | 2011-09-23 | 10 | -24/+730 |
| | |||||
* | updated translations | Jan-Christoph Borchardt | 2011-09-23 | 101 | -395/+5641 |
| | |||||
* | Add Sabre_DAV_Browser_Plugin to *DAV-servers to ease debugging | Jakob Sack | 2011-09-23 | 3 | -0/+3 |
| | |||||
* | fix file uploads for IE | Robin Appelman | 2011-09-22 | 2 | -9/+18 |
| | |||||
* | Small styling fixes | Bart Visscher | 2011-09-20 | 2 | -4/+4 |
| | |||||
* | Move some common code to OC_Util | Bart Visscher | 2011-09-18 | 23 | -104/+63 |
| | | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage | ||||
* | Cleanup lib/base.php | Bart Visscher | 2011-09-18 | 5 | -182/+118 |
| | |||||
* | Remove global vars and use the OC static version. | Bart Visscher | 2011-09-18 | 31 | -166/+103 |
| | | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY | ||||
* | Fix calendar active checkbox | Bart Visscher | 2011-09-18 | 2 | -3/+3 |
| | |||||
* | Fix event error/success json message | Bart Visscher | 2011-09-18 | 2 | -4/+4 |
| | |||||
* | deleteUser function must be static | Bart Visscher | 2011-09-18 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud | Bartek Przybylski | 2011-09-18 | 1 | -2/+2 |
|\ | |||||
| * | fix creating groups | Robin Appelman | 2011-09-18 | 1 | -2/+2 |
| | | |||||
* | | remember changed not to store password in cookie | Bartek Przybylski | 2011-09-18 | 2 | -29/+29 |
|/ | |||||
* | Changed behaviour of remember checkbox | Bartek Przybylski | 2011-09-18 | 2 | -7/+38 |
| | |||||
* | dont use numRows when it's not needed since it can be expensive | Robin Appelman | 2011-09-17 | 4 | -15/+12 |
| | |||||
* | no need to escape values when using prepared statements | Robin Appelman | 2011-09-17 | 1 | -8/+0 |
| | |||||
* | Add class versions for leftcontent and rightcontent in css | Bart Visscher | 2011-09-17 | 1 | -4/+4 |
| | |||||
* | Remove unused function call | Bart Visscher | 2011-09-17 | 1 | -1/+0 |
| | |||||
* | Disable the Oneday and Fourweeks buttons in calendar interface | Bart Visscher | 2011-09-17 | 1 | -2/+2 |
| | |||||
* | fix small bugs | Jakob Sack | 2011-09-17 | 2 | -2/+2 |
| | |||||
* | Split OC_Contacts_Addressbook in _Addressbook and _VCard | Jakob Sack | 2011-09-17 | 17 | -390/+428 |
| | |||||
* | Move most javascript to calendar.js | Bart Visscher | 2011-09-16 | 5 | -46/+33 |
| | |||||
* | Move validateEventForm function and fix success handling | Bart Visscher | 2011-09-16 | 4 | -44/+43 |
| | |||||
* | Handle multi open of choosecalendar dialog | Bart Visscher | 2011-09-16 | 2 | -17/+10 |
| | |||||
* | Close event new/edit dialog when clicking outside the dialog | Bart Visscher | 2011-09-16 | 6 | -100/+77 |
| | |||||
* | Fixes for Calendar app | Bart Visscher | 2011-09-16 | 4 | -2/+41 |
| |