summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add chosen script to calendarGeorg Ehrke2012-04-131-0/+2
|
* fix public sharing of calendarsGeorg Ehrke2012-04-132-3/+3
|
* fix class nameGeorg Ehrke2012-04-131-1/+1
|
* check permission check in share functionGeorg Ehrke2012-04-131-0/+8
|
* fix merge conflictsGeorg Ehrke2012-04-13160-16503/+15871
|\
| * Contacts: Save the category list update when updating/adding contactBart Visscher2012-04-131-1/+1
| |
| * Calendar: Update category list when updating/adding eventBart Visscher2012-04-132-0/+10
| |
| * Calendar: Document active parameter in allCalendarsBart Visscher2012-04-131-3/+1
| |
| * Calendar: Also set repeat options when editing a non repeating eventBart Visscher2012-04-132-3/+9
| |
| * Calendar: Fix saving of Categories in an eventBart Visscher2012-04-134-17/+4
| |
| * Calendar: Implement rescan of CategoriesBart Visscher2012-04-132-0/+69
| |
| * Fix rescan "File not Found" error handling in oc-vcategories.jsBart Visscher2012-04-131-5/+5
| |
| * VCategories css is now in styles.cssThomas Tanghus2012-04-132-2/+0
| |
| * Contacts: Better error reporting.Thomas Tanghus2012-04-131-1/+2
| |
| * only run tests for files_external when asked for explicitlyRobin Appelman2012-04-134-35/+59
| |
| * some idexes for the media player tablesRobin Appelman2012-04-132-1/+70
| |
| * fixing delete tooltipJan-Christoph Borchardt2012-04-131-3/+2
| |
| * merging tanghus category CSSJan-Christoph Borchardt2012-04-132-8/+11
| |
| * adding tipsy tooltips for file actionsJan-Christoph Borchardt2012-04-133-4/+6
| |
| * file settings: let people set no more than upper boundary for file uploads, ↵Arthur Schiwon2012-04-133-6/+15
| | | | | | | | but they should can really go up to the limit
| * make upload size settings work probably. do not replace whole .htaccess, ↵Arthur Schiwon2012-04-132-12/+42
| | | | | | | | only replace what is needed. Consistent, human readable input on admin settings page.
| * allow multiply group backendsRobin Appelman2012-04-1310-140/+708
| |
| * Contacts: No need to sort the categories anymoreBart Visscher2012-04-121-1/+1
| |
| * Contacts: Change "category" to "group" in UIBart Visscher2012-04-121-2/+2
| |
| * Contacts: update category list when the categories changeBart Visscher2012-04-121-2/+3
| |
| * Use the same category input and management as the contacts appBart Visscher2012-04-125-14/+31
| |
| * OC_VCategories: sort categories in natural order using usortBart Visscher2012-04-121-1/+2
| | | | | | | | Use usort to sort, so that the json encoding is an array.
| * Remove unused function getCategoryOptions from OC_Calendar_ObjectBart Visscher2012-04-121-21/+0
| |
| * Contacts: Also initialize org var in updateValuesFromAddBart Visscher2012-04-121-1/+1
| |
| * Contacts: add space before parameterBart Visscher2012-04-121-3/+3
| |
| * Contacts: Move use of OC_Contacts_App::$categories to inside of OC_Contacts_AppBart Visscher2012-04-125-30/+44
| | | | | | | | | | This is in preparation of making $categories protected and initialized with default categories.
| * Fix categories delete fallback when there is no app specific ajax categories ↵Bart Visscher2012-04-122-16/+12
| | | | | | | | delete function
| * Implement default categories in OC_VCategoriesBart Visscher2012-04-121-3/+2
| |
| * add a title attribute to the logout buttonFrank Karlitschek2012-04-121-1/+1
| |
| * off by default. great tool for developers but confusing for users.Frank Karlitschek2012-04-121-1/+0
| |
| * always display config valuesArthur Schiwon2012-04-122-7/+9
| | | | | | | | don't change values unintentionally
| * Fix a session fixation vulnerabilityFlorian Preinstorfer2012-04-121-2/+4
| | | | | | | | | | | | | | | | - regenerate the session for every successful login - properly destroy a session Further information can be found on: https://en.wikipedia.org/wiki/session_fixation
| * wrong defaultValue definition in OC.AppConfig.getValueunknown2012-04-122-2/+2
| | | | | | | | done
| * Fixed OC-261 by modifying js files in apps/media/Deepak Mittal2012-04-122-3/+3
| |
| * UTF8 locale by defaultGrundik2012-04-122-2/+4
| |
| * Use OC_Helper::serverHost() in openid settingsDaniele E. Domenichelli2012-04-121-1/+1
| |
| * Use OC_Helper::serverHost() in OC_Helper::linkToAbsolute()Daniele E. Domenichelli2012-04-121-1/+1
| |
| * Add method OC_Helper::serverHost()Daniele E. Domenichelli2012-04-121-0/+22
| | | | | | | | | | This method returns the server host, even if the website uses one or more reverse proxies.
| * tests for oc_filesystemRobin Appelman2012-04-123-4/+73
| |
| * upgrade getid3Robin Appelman2012-04-12102-16142/+14625
| |
| * increase version to show that we are not the same as stableFrank Karlitschek2012-04-111-2/+2
| |
* | fix address of public shared calendarsGeorg Ehrke2012-04-132-2/+2
| |
* | hide share tab in shared eventsGeorg Ehrke2012-04-133-0/+6
| |
* | fix calendarid in eventform and validation of calendaridGeorg Ehrke2012-04-124-11/+8
| |
* | fix bugs in share classGeorg Ehrke2012-04-122-1/+4
| |