Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix timeformat setting for fullcalendar | Georg Ehrke | 2011-11-20 | 2 | -5/+7 |
| | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud into fullcalendar | Georg Ehrke | 2011-11-20 | 21 | -60/+204 |
|\ | |||||
| * | second half of the updating stuff | Frank Karlitschek | 2011-11-19 | 3 | -2/+5 |
| | | |||||
| * | first small step to an automatic updating system. | Frank Karlitschek | 2011-11-19 | 1 | -0/+91 |
| | | | | | | | | At the moment we only have a hint that a new version is avaiable and a link to a not yet existing page if updating information. This has to be improved. | ||||
| * | use oc_appconfig instead of oc_config for the external apps | Robin Appelman | 2011-11-18 | 4 | -26/+26 |
| | | |||||
| * | - fixed translateable strings in template | Markus Kalkbrenner | 2011-11-18 | 2 | -5/+8 |
| | | | | | | | | | | - added explaination about ldap filter and display name - bugfix: keys in ldap response are lower case => lower display name filed before searching | ||||
| * | - provide a setting for the ldap user display name instead of hardcoded ↵ | Markus Kalkbrenner | 2011-11-18 | 4 | -19/+30 |
| | | | | | | | | | | | | | | | | value 'uid' which is not common for Active Directory - provide a sorted list of ldap users - replaced double quotes by single quotes and spaces by tabs according to coding standards - replaced hardcoded strings in template by translatable ones | ||||
| * | fixed copy&paste error: store ldap_tls setting in user_ldap, not | Markus Kalkbrenner | 2011-11-18 | 1 | -1/+1 |
| | | | | | | user_tls | ||||
| * | - bugfix: allow anonymous bind for search, then bind with users credentials. | Markus Kalkbrenner | 2011-11-18 | 3 | -8/+16 |
| | | | | | | | | | | - added explaination how to setup anonymous bind for search to template - make usage of TLS configurable | ||||
| * | added .buildpath | Markus Kalkbrenner | 2011-11-18 | 1 | -0/+1 |
| | | |||||
| * | apps files_sharing - fix in share.js to check the "can edit" checkbox - | krzaczek | 2011-11-18 | 1 | -1/+1 |
| | | | | | | there was a bug in share.js so the checbox was always unchecked | ||||
| * | apps file_sharing - remove "$RUNTIME_NOAPPS = true" from all ajax file | krzaczek | 2011-11-18 | 4 | -4/+4 |
| | | | | | | to enable other user backend | ||||
| * | apps file_sharing | krzaczek | 2011-11-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | changed $RUNTIME_NOAPPS = true; to $RUNTIME_NOAPPS = false; in ajax/userautocomplete.php - to fetch users also from different user backends - not only database backend | ||||
| * | users_ldap - added getUsers() method to fetch all existing users from | krzaczek | 2011-11-18 | 1 | -2/+31 |
| | | | | | | LDAP server | ||||
| * | fix ampache encoding problem. use htmlentities encoding parameter directly. | Weng Xuetian | 2011-11-18 | 1 | -6/+6 |
| | | |||||
| * | fix id3 tag resolve. should use utf8 from getID3 directly but not | Weng Xuetian | 2011-11-18 | 1 | -4/+2 |
| | | | | | | | | to convert them from ISO8859-1 to utf8 after analyze. | ||||
* | | first implementation of the search function | Georg Ehrke | 2011-11-14 | 2 | -0/+28 |
| | | |||||
* | | fix timezone for repeating events | Georg Ehrke | 2011-11-12 | 1 | -3/+3 |
| | | |||||
* | | support for repeating events | Georg Ehrke | 2011-11-12 | 4 | -26/+789 |
| | | |||||
* | | another fix of caldav url | Georg Ehrke | 2011-11-12 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into fullcalendar | Georg Ehrke | 2011-11-12 | 70 | -267/+680 |
|\| | |||||
| * | Use a function to generate select options | Bart Visscher | 2011-11-09 | 9 | -36/+81 |
| | | |||||
| * | contacts: every card needs a version! | Jakob Sack | 2011-11-09 | 1 | -0/+10 |
| | | |||||
| * | contacts: put property key in background, the value is important! | Jakob Sack | 2011-11-09 | 1 | -1/+1 |
| | | |||||
| * | Fix comments/documentation | Jakob Sack | 2011-11-09 | 2 | -3/+3 |
| | | |||||
| * | Improve style in contacts | Jakob Sack | 2011-11-09 | 3 | -5/+6 |
| | | |||||
| * | take free disk space (and user quota) into account for max upload size | Robin Appelman | 2011-11-08 | 1 | -0/+4 |
| | | |||||
| * | Make OC_Connector_Sabre_File::get() return a PHP stream instead of the file ↵ | Florian Vichot | 2011-11-06 | 1 | -1/+1 |
| | | | | | | | | content, as is recommended by SabreDAV to handle large files. | ||||
| * | Add allow_url_fopen directive to admin_dependencies_chk | Brice Maron | 2011-11-06 | 1 | -0/+5 |
| | | |||||
| * | Display correctly the error message when nothing is retrieved from OCS servers | Brice Maron | 2011-11-06 | 2 | -1/+6 |
| | | |||||
| * | Try to avoid closing the share box too soon on multiple selections | Brice Maron | 2011-11-06 | 1 | -0/+1 |
| | | |||||
| * | Avoid Huge error message when unable to read log file | Brice Maron | 2011-11-06 | 1 | -0/+3 |
| | | |||||
| * | Manage More special chars in file listings. ';' is still problematic | Brice Maron | 2011-11-06 | 1 | -1/+1 |
| | | |||||
| * | Fix broken upload since merge of new button branch | Brice Maron | 2011-11-06 | 1 | -1/+1 |
| | | |||||
| * | Fix another problem of the so-called 'fix-special chars' commit. | Brice Maron | 2011-11-06 | 1 | -1/+1 |
| | | |||||
| * | Removed if !mod_php5.c around RewriteRule | Sean Leonard | 2011-11-04 | 1 | -2/+0 |
| | | | | | | | | Made things work on Dreamhost shared hosting | ||||
| * | Add WebFinger's .well-known file to .gitignore | Sean Leonard | 2011-11-04 | 1 | -0/+3 |
| | | |||||
| * | Do not use mix data/attr to retrieve filename ... data() will try to convert ↵ | Brice Maron | 2011-11-04 | 1 | -3/+2 |
| | | | | | | | | filename to int | ||||
| * | make 'New' button work with firefox | Robin Appelman | 2011-11-04 | 2 | -6/+6 |
| | | |||||
| * | fix mimeicon for new files | Robin Appelman | 2011-11-04 | 1 | -0/+5 |
| | | |||||
| * | small styling fix for New button | Robin Appelman | 2011-11-04 | 2 | -4/+5 |
| | | |||||
| * | Merge branch 'master' into newbutton | Robin Appelman | 2011-11-04 | 54 | -257/+3912 |
| |\ | |||||
| | * | Merge commit 'refs/merge-requests/69' of ↵ | Brice Maron | 2011-11-04 | 5 | -0/+136 |
| | |\ | | | | | | | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/69 | ||||
| | | * | Be consistent with licencing | Brice Maron | 2011-10-29 | 1 | -1/+1 |
| | | | | |||||
| | | * | Change name and fix a typo | Brice Maron | 2011-10-29 | 6 | -14/+14 |
| | | | | |||||
| | | * | Add a dependencies check apps | Brice Maron | 2011-10-29 | 5 | -0/+136 |
| | | | | |||||
| | * | | make webfinger work properly if owncloud is installed in a subdirectory | Robin Appelman | 2011-11-03 | 1 | -2/+9 |
| | | | | |||||
| | * | | no longer rely on PEAR::isError since we can use PDO now | Robin Appelman | 2011-11-03 | 1 | -24/+0 |
| | | | | |||||
| | * | | use database table prefix from installer, not the old configured value | Robin Appelman | 2011-11-03 | 1 | -2/+2 |
| | | | | |||||
| | * | | Fix bug with spaces in file names. | Brice Maron | 2011-11-02 | 2 | -2/+3 |
| | | | |