aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix timeformat setting for fullcalendarGeorg Ehrke2011-11-202-5/+7
|
* Merge branch 'master' of gitorious.org:owncloud/owncloud into fullcalendarGeorg Ehrke2011-11-2021-60/+204
|\
| * second half of the updating stuffFrank Karlitschek2011-11-193-2/+5
| |
| * first small step to an automatic updating system.Frank Karlitschek2011-11-191-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 appsRobin Appelman2011-11-184-26/+26
| |
| * - fixed translateable strings in templateMarkus Kalkbrenner2011-11-182-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 Kalkbrenner2011-11-184-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, notMarkus Kalkbrenner2011-11-181-1/+1
| | | | | | user_tls
| * - bugfix: allow anonymous bind for search, then bind with users credentials.Markus Kalkbrenner2011-11-183-8/+16
| | | | | | | | | | - added explaination how to setup anonymous bind for search to template - make usage of TLS configurable
| * added .buildpathMarkus Kalkbrenner2011-11-181-0/+1
| |
| * apps files_sharing - fix in share.js to check the "can edit" checkbox -krzaczek2011-11-181-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 filekrzaczek2011-11-184-4/+4
| | | | | | to enable other user backend
| * apps file_sharing krzaczek2011-11-181-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 fromkrzaczek2011-11-181-2/+31
| | | | | | LDAP server
| * fix ampache encoding problem. use htmlentities encoding parameter directly.Weng Xuetian2011-11-181-6/+6
| |
| * fix id3 tag resolve. should use utf8 from getID3 directly but notWeng Xuetian2011-11-181-4/+2
| | | | | | | | to convert them from ISO8859-1 to utf8 after analyze.
* | first implementation of the search functionGeorg Ehrke2011-11-142-0/+28
| |
* | fix timezone for repeating eventsGeorg Ehrke2011-11-121-3/+3
| |
* | support for repeating eventsGeorg Ehrke2011-11-124-26/+789
| |
* | another fix of caldav urlGeorg Ehrke2011-11-121-1/+1
| |
* | Merge branch 'master' into fullcalendarGeorg Ehrke2011-11-1270-267/+680
|\|
| * Use a function to generate select optionsBart Visscher2011-11-099-36/+81
| |
| * contacts: every card needs a version!Jakob Sack2011-11-091-0/+10
| |
| * contacts: put property key in background, the value is important!Jakob Sack2011-11-091-1/+1
| |
| * Fix comments/documentationJakob Sack2011-11-092-3/+3
| |
| * Improve style in contactsJakob Sack2011-11-093-5/+6
| |
| * take free disk space (and user quota) into account for max upload sizeRobin Appelman2011-11-081-0/+4
| |
| * Make OC_Connector_Sabre_File::get() return a PHP stream instead of the file ↵Florian Vichot2011-11-061-1/+1
| | | | | | | | content, as is recommended by SabreDAV to handle large files.
| * Add allow_url_fopen directive to admin_dependencies_chkBrice Maron2011-11-061-0/+5
| |
| * Display correctly the error message when nothing is retrieved from OCS serversBrice Maron2011-11-062-1/+6
| |
| * Try to avoid closing the share box too soon on multiple selectionsBrice Maron2011-11-061-0/+1
| |
| * Avoid Huge error message when unable to read log fileBrice Maron2011-11-061-0/+3
| |
| * Manage More special chars in file listings. ';' is still problematicBrice Maron2011-11-061-1/+1
| |
| * Fix broken upload since merge of new button branchBrice Maron2011-11-061-1/+1
| |
| * Fix another problem of the so-called 'fix-special chars' commit.Brice Maron2011-11-061-1/+1
| |
| * Removed if !mod_php5.c around RewriteRuleSean Leonard2011-11-041-2/+0
| | | | | | | | Made things work on Dreamhost shared hosting
| * Add WebFinger's .well-known file to .gitignoreSean Leonard2011-11-041-0/+3
| |
| * Do not use mix data/attr to retrieve filename ... data() will try to convert ↵Brice Maron2011-11-041-3/+2
| | | | | | | | filename to int
| * make 'New' button work with firefoxRobin Appelman2011-11-042-6/+6
| |
| * fix mimeicon for new filesRobin Appelman2011-11-041-0/+5
| |
| * small styling fix for New buttonRobin Appelman2011-11-042-4/+5
| |
| * Merge branch 'master' into newbuttonRobin Appelman2011-11-0454-257/+3912
| |\
| | * Merge commit 'refs/merge-requests/69' of ↵Brice Maron2011-11-045-0/+136
| | |\ | | | | | | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/69
| | | * Be consistent with licencingBrice Maron2011-10-291-1/+1
| | | |
| | | * Change name and fix a typoBrice Maron2011-10-296-14/+14
| | | |
| | | * Add a dependencies check appsBrice Maron2011-10-295-0/+136
| | | |
| | * | make webfinger work properly if owncloud is installed in a subdirectoryRobin Appelman2011-11-031-2/+9
| | | |
| | * | no longer rely on PEAR::isError since we can use PDO nowRobin Appelman2011-11-031-24/+0
| | | |
| | * | use database table prefix from installer, not the old configured valueRobin Appelman2011-11-031-2/+2
| | | |
| | * | Fix bug with spaces in file names.Brice Maron2011-11-022-2/+3
| | | |