summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* keep version numbers in their own files for faster readingRobin Appelman2012-04-1442-21/+21
|
* Remove go to lineTom Needham2012-04-141-25/+17
|
* Merge branch 'master' of gitorious.org:owncloud/owncloudTom Needham2012-04-148-19/+20
|\
| * Sharing: Add a filename after public share linkBart Visscher2012-04-141-4/+4
| | | | | | | | | | We don't do anythink with the name, but it is nice to know the file the link point to.
| * Sharing: Don't get share icon for undefined filenameBart Visscher2012-04-141-1/+4
| |
| * Sharing: Define missing template varsBart Visscher2012-04-141-0/+2
| |
| * improve flexibility of search providers a bitRobin Appelman2012-04-145-10/+10
| |
| * LDAP: don't keep possibly outdated passwordsArthur Schiwon2012-04-141-4/+0
| |
* | Merge branch 'master' of gitorious.org:owncloud/owncloudTom Needham2012-04-1316-63/+225
|\|
| * 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
| |
| * 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
| |
* | Update language stringTom Needham2012-04-131-1/+1
|/
* 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
|
* 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.
* off by default. great tool for developers but confusing for users.Frank Karlitschek2012-04-121-1/+0
|
* Fixed OC-261 by modifying js files in apps/media/Deepak Mittal2012-04-122-3/+3
|
* Use OC_Helper::serverHost() in openid settingsDaniele E. Domenichelli2012-04-121-1/+1
|
* upgrade getid3Robin Appelman2012-04-1275-36877/+1
|
* Contacts: fix function names to coding standardBart Visscher2012-04-103-7/+7
|
* Contacts: Don't lowercase categories value when savingBart Visscher2012-04-101-1/+1
|
* Contacts: Make part.no_contacts.php translatableBart Visscher2012-04-101-5/+5
|
* don´t enable by default. still brokenFrank Karlitschek2012-04-102-11/+10
|
* fix includesFrank Karlitschek2012-04-091-10/+10
|
* Add Craigs granite library to 3rdparty and files_versioning. Still not ↵Frank Karlitschek2012-04-0911-0/+1218
| | | | working and lots ot stuff to do.
* Contacts: Fix for not being able to add contact to empty/non-existant ↵Thomas Tanghus2012-04-093-4/+2
| | | | address book.
* Removed padding.Thomas Tanghus2012-04-091-0/+12
|
* Re-added file I had accidentally removed earlier :-PThomas Tanghus2012-04-091-0/+8
|
* Decode json response for admin exportsTom Needham2012-04-081-1/+3
|
* Return JSON for import and export methods of OC_MigrateTom Needham2012-04-073-21/+21
|
* Merge branch 'master' into migrationTom Needham2012-04-0723-266/+486
|\
| * Contacts: Misc. cleanup tweaks.Thomas Tanghus2012-04-076-71/+62
| |
| * Fix bug oc-413: PHP fatal error in contacts page when no contacts in ownCloud.Thomas Tanghus2012-04-071-10/+8
| |
| * Add some filetypesTom Needham2012-04-071-0/+2
| |
| * Give editor focus after savingTom Needham2012-04-061-0/+1
| |
| * Provide undo when closing editor with unsaved changesTom Needham2012-04-061-45/+55
| |
| * webdav needs to load authentication appsArthur Schiwon2012-04-042-0/+6
| |