summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Close history dropdown on success. Avoids confusion.Tom Needham2012-05-171-1/+4
* Revert google webfont removal. Sadly this causes havoc with the editor!Tom Needham2012-05-171-1/+1
* Fix private links inside foldersMichael Gapczynski2012-05-171-3/+3
* allow loading of css files even if a user isn't logged inGeorg Ehrke2012-05-171-1/+4
* fix paths to images and set height for calendar management dialogGeorg Ehrke2012-05-173-4/+5
* Merge branch 'merge-requests/115'Michael Gapczynski2012-05-174-5/+5
|\
| * Merge commit 'refs/merge-requests/115' of git://gitorious.org/owncloud/ownclo...Michael Gapczynski2012-05-174-5/+5
| |\
| | * Fix some non-utf8-friendly htmlentities (resulting in wrong display of utf8-e...Vitaly Kuznetsov2012-05-104-5/+5
* | | no use for double quotes hereMichiel de Jong2012-05-171-1/+1
* | | removing dead codeMichiel de Jong2012-05-171-15/+0
* | | oops! was hardcoding my test domain inadvertentlyMichiel de Jong2012-05-171-1/+1
* | | LDAP: follow user- and groupname char limitations for LDAP display namesArthur Schiwon2012-05-171-7/+21
* | | LDAP: remove unnecessary debug outputArthur Schiwon2012-05-171-10/+0
* | | LDAP: Fix case sensitivity issues with display name attributeArthur Schiwon2012-05-171-6/+8
* | | Contacts: wrong name was set on initial load.Thomas Tanghus2012-05-171-2/+2
|/ /
* | Try to setup a user's filesystem if the user hasn't logged in before and is s...Michael Gapczynski2012-05-171-0/+5
* | Contacts: Disable in-app import if encryption is enabled, and make an attempt...Thomas Tanghus2012-05-173-16/+24
* | allow reverting file from history dropdownRobin Appelman2012-05-173-42/+29
* | fix versioning for movable appsRobin Appelman2012-05-171-1/+0
* | when scanning a folder that is a mountpoint, use the root of the mount for ch...Robin Appelman2012-05-171-2/+6
* | only check our own input fields when determining to show the login buttonRobin Appelman2012-05-171-2/+2
* | add support for custom ports for mysql/pgsql by adding :portnumber to the dat...Robin Appelman2012-05-171-2/+15
* | update documentation of oc_user::checkpasswordRobin Appelman2012-05-174-4/+8
* | make sure the group exists in the backend before adding a user to itRobin Appelman2012-05-171-1/+5
* | update translationsRobin Appelman2012-05-1795-1750/+3204
* | Contacts: removed check for empty FN field because Chrome/Chromium barfed.Thomas Tanghus2012-05-161-2/+2
* | add caldav and carddav files in their old place for backward compatibility - ...Georg Ehrke2012-05-165-1/+23
* | Comment spelling fixBart Visscher2012-05-161-1/+1
* | Better place to check caching headersBart Visscher2012-05-161-3/+3
* | ldap: unique index names for the database, fixes non-creating of indexes for ...Arthur Schiwon2012-05-162-5/+5
* | fix paths in apps/remoteStorage/ajax/revokeToken.phpMichiel de Jong2012-05-161-9/+1
* | try to remove deprecated files from /files on updateArthur Schiwon2012-05-161-0/+34
* | Fix incorrect toaddress being passed for emailing private linksMichael Gapczynski2012-05-151-3/+3
* | Contacts: Corrected i18n call.Thomas Tanghus2012-05-151-1/+1
* | Create a new OC_Share object instead of manually inserting rows when adding a...Michael Gapczynski2012-05-151-3/+1
* | No multiple file sharing in this next release, sharing UI isn't ready for it :(Michael Gapczynski2012-05-151-1/+1
* | Check if a file is encrypted before sharing (encrypted files cannot be shared)Michael Gapczynski2012-05-151-3/+8
* | avoid corrupt ZIP files on lighttpd, should fix oc-467Arthur Schiwon2012-05-151-0/+1
* | LDAP: convert all DNs to lowercase so to make comparisons and everything workArthur Schiwon2012-05-151-0/+3
* | Make only writable files draggableMichael Gapczynski2012-05-141-1/+1
* | Check if a private link points to a folder or file and change text accordinglyMichael Gapczynski2012-05-141-2/+3
* | Fix private link emailing and clean up file name displayed in emailMichael Gapczynski2012-05-142-4/+6
* | Replace all %2F with a / in private linkMichael Gapczynski2012-05-141-1/+1
* | removing executable bit - againThomas Mueller2012-05-15262-0/+0
* | Switch enable button only when app is really installed or uninstalledBrice Maron2012-05-141-5/+13
* | Use original source when resharing a file, fixes bug oc-210Michael Gapczynski2012-05-141-0/+4
* | No need to keep the 'source files' in here, because the latest 'git master' r...Thomas Mueller2012-05-1427-32120/+10
* | remove simpletests internet test cases due to xss issuesRobin Appelman2012-05-1458-11142/+0
* | cache app types during install or updateRobin Appelman2012-05-149-17/+28
* | Call is_writable explicitly on folders for readonly checkMichael Gapczynski2012-05-141-1/+1