Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sharing: Define missing template vars | Bart Visscher | 2012-04-14 | 1 | -0/+2 |
| | |||||
* | remove outdated code | Robin Appelman | 2012-04-14 | 1 | -204/+0 |
| | |||||
* | improve flexibility of search providers a bit | Robin Appelman | 2012-04-14 | 8 | -17/+43 |
| | |||||
* | LDAP: don't keep possibly outdated passwords | Arthur Schiwon | 2012-04-14 | 1 | -4/+0 |
| | |||||
* | test cases for user backends | Robin Appelman | 2012-04-14 | 4 | -0/+275 |
| | |||||
* | typo | Arthur Schiwon | 2012-04-13 | 1 | -3/+3 |
| | |||||
* | don't fail on missing extension | Arthur Schiwon | 2012-04-13 | 1 | -1/+5 |
| | |||||
* | make sure temporary files are being removed, fixes oc-450 | Arthur Schiwon | 2012-04-13 | 2 | -16/+30 |
| | |||||
* | Contacts: Save the category list update when updating/adding contact | Bart Visscher | 2012-04-13 | 1 | -1/+1 |
| | |||||
* | Calendar: Update category list when updating/adding event | Bart Visscher | 2012-04-13 | 2 | -0/+10 |
| | |||||
* | Calendar: Document active parameter in allCalendars | Bart Visscher | 2012-04-13 | 1 | -3/+1 |
| | |||||
* | Calendar: Also set repeat options when editing a non repeating event | Bart Visscher | 2012-04-13 | 2 | -3/+9 |
| | |||||
* | Calendar: Fix saving of Categories in an event | Bart Visscher | 2012-04-13 | 4 | -17/+4 |
| | |||||
* | Calendar: Implement rescan of Categories | Bart Visscher | 2012-04-13 | 2 | -0/+69 |
| | |||||
* | Fix rescan "File not Found" error handling in oc-vcategories.js | Bart Visscher | 2012-04-13 | 1 | -5/+5 |
| | |||||
* | VCategories css is now in styles.css | Thomas Tanghus | 2012-04-13 | 2 | -2/+0 |
| | |||||
* | Contacts: Better error reporting. | Thomas Tanghus | 2012-04-13 | 1 | -1/+2 |
| | |||||
* | only run tests for files_external when asked for explicitly | Robin Appelman | 2012-04-13 | 4 | -35/+59 |
| | |||||
* | some idexes for the media player tables | Robin Appelman | 2012-04-13 | 2 | -1/+70 |
| | |||||
* | fixing delete tooltip | Jan-Christoph Borchardt | 2012-04-13 | 1 | -3/+2 |
| | |||||
* | merging tanghus category CSS | Jan-Christoph Borchardt | 2012-04-13 | 2 | -8/+11 |
| | |||||
* | adding tipsy tooltips for file actions | Jan-Christoph Borchardt | 2012-04-13 | 3 | -4/+6 |
| | |||||
* | file settings: let people set no more than upper boundary for file uploads, ↵ | Arthur Schiwon | 2012-04-13 | 3 | -6/+15 |
| | | | | but they should can really go up to the limit | ||||
* | make upload size settings work probably. do not replace whole .htaccess, ↵ | Arthur Schiwon | 2012-04-13 | 2 | -12/+42 |
| | | | | only replace what is needed. Consistent, human readable input on admin settings page. | ||||
* | allow multiply group backends | Robin Appelman | 2012-04-13 | 10 | -140/+708 |
| | |||||
* | Contacts: No need to sort the categories anymore | Bart Visscher | 2012-04-12 | 1 | -1/+1 |
| | |||||
* | Contacts: Change "category" to "group" in UI | Bart Visscher | 2012-04-12 | 1 | -2/+2 |
| | |||||
* | Contacts: update category list when the categories change | Bart Visscher | 2012-04-12 | 1 | -2/+3 |
| | |||||
* | Use the same category input and management as the contacts app | Bart Visscher | 2012-04-12 | 5 | -14/+31 |
| | |||||
* | OC_VCategories: sort categories in natural order using usort | Bart Visscher | 2012-04-12 | 1 | -1/+2 |
| | | | | Use usort to sort, so that the json encoding is an array. | ||||
* | Remove unused function getCategoryOptions from OC_Calendar_Object | Bart Visscher | 2012-04-12 | 1 | -21/+0 |
| | |||||
* | Contacts: Also initialize org var in updateValuesFromAdd | Bart Visscher | 2012-04-12 | 1 | -1/+1 |
| | |||||
* | Contacts: add space before parameter | Bart Visscher | 2012-04-12 | 1 | -3/+3 |
| | |||||
* | Contacts: Move use of OC_Contacts_App::$categories to inside of OC_Contacts_App | Bart Visscher | 2012-04-12 | 5 | -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 Visscher | 2012-04-12 | 2 | -16/+12 |
| | | | | delete function | ||||
* | Implement default categories in OC_VCategories | Bart Visscher | 2012-04-12 | 1 | -3/+2 |
| | |||||
* | add a title attribute to the logout button | Frank Karlitschek | 2012-04-12 | 1 | -1/+1 |
| | |||||
* | off by default. great tool for developers but confusing for users. | Frank Karlitschek | 2012-04-12 | 1 | -1/+0 |
| | |||||
* | always display config values | Arthur Schiwon | 2012-04-12 | 2 | -7/+9 |
| | | | | don't change values unintentionally | ||||
* | Fix a session fixation vulnerability | Florian Preinstorfer | 2012-04-12 | 1 | -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.getValue | unknown | 2012-04-12 | 2 | -2/+2 |
| | | | | done | ||||
* | Fixed OC-261 by modifying js files in apps/media/ | Deepak Mittal | 2012-04-12 | 2 | -3/+3 |
| | |||||
* | UTF8 locale by default | Grundik | 2012-04-12 | 2 | -2/+4 |
| | |||||
* | Use OC_Helper::serverHost() in openid settings | Daniele E. Domenichelli | 2012-04-12 | 1 | -1/+1 |
| | |||||
* | Use OC_Helper::serverHost() in OC_Helper::linkToAbsolute() | Daniele E. Domenichelli | 2012-04-12 | 1 | -1/+1 |
| | |||||
* | Add method OC_Helper::serverHost() | Daniele E. Domenichelli | 2012-04-12 | 1 | -0/+22 |
| | | | | | This method returns the server host, even if the website uses one or more reverse proxies. | ||||
* | tests for oc_filesystem | Robin Appelman | 2012-04-12 | 3 | -4/+73 |
| | |||||
* | upgrade getid3 | Robin Appelman | 2012-04-12 | 102 | -16142/+14625 |
| | |||||
* | increase version to show that we are not the same as stable | Frank Karlitschek | 2012-04-11 | 1 | -2/+2 |
| | |||||
* | VCategories: fix function names to coding standard | Bart Visscher | 2012-04-10 | 1 | -2/+2 |
| |