summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Make sure sharing and versions dropdowns come down in the same location for ↵v4.0.0Michael Gapczynski2012-05-191-1/+1
| | | | all files
* some fixes for contacts, gallery and openidGeorg Ehrke2012-05-193-6/+0
|
* fix for calendarGeorg Ehrke2012-05-191-2/+1
|
* getStorage belongs to files not to apps.Frank Karlitschek2012-05-192-2/+2
|
* Fix check for when to store a new version of a fileMichael Gapczynski2012-05-181-2/+2
|
* Fix revert link on history page of file versionsMichael Gapczynski2012-05-181-1/+1
|
* Fix versioning of shared filesMichael Gapczynski2012-05-181-17/+51
|
* Forgot to actually call remove on the history dropdownMichael Gapczynski2012-05-181-0/+1
|
* Remove the history dropdown before creating a new oneMichael Gapczynski2012-05-181-3/+11
|
* Don't show the select form in the history dropdown if a file has no other ↵Michael Gapczynski2012-05-181-5/+7
| | | | versions
* LDAP: we're 0.2 nowArthur Schiwon2012-05-181-1/+1
|
* LDAP: only check once for name conflicts on update. Set a value on install ↵Arthur Schiwon2012-05-182-15/+24
| | | | as well
* Contacts: Added MS opacity mumbo-jumbo that I can't test myself to file form ↵Thomas Tanghus2012-05-181-1/+1
| | | | fields.
* make upload work with IE againArthur Schiwon2012-05-181-1/+1
|
* LDAP: update meta infoArthur Schiwon2012-05-181-1/+1
|
* mark the apps as part of the shipped package and increase the requirement to ↵Frank Karlitschek2012-05-1823-30/+53
| | | | ownCloud 4
* LDAP: don't make us of global constants (completing, was removed with latest ↵Arthur Schiwon2012-05-181-2/+2
| | | | additions to update.php)
* LDAP: check wether applying naming rule would end up in conflicts on update, ↵Arthur Schiwon2012-05-183-23/+53
| | | | if so don't do it
* fix call of all versions pageGeorg Ehrke2012-05-181-1/+1
|
* Hooks aren't working across different users' filesystems, so update the ↵Michael Gapczynski2012-05-171-26/+44
| | | | mtime of the Shared folder for all shared item events
* improve tar archive backendRobin Appelman2012-05-182-2/+16
|
* History dropdown clean-upMichael Gapczynski2012-05-171-5/+8
|
* 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
|
* fix paths to images and set height for calendar management dialogGeorg Ehrke2012-05-173-4/+5
|
* Merge branch 'merge-requests/115'Michael Gapczynski2012-05-173-4/+4
|\
| * Merge commit 'refs/merge-requests/115' of ↵Michael Gapczynski2012-05-173-4/+4
| |\ | | | | | | | | | | | | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/115 Conflicts: apps/files/templates/index.php
| | * Fix some non-utf8-friendly htmlentities (resulting in wrong display of ↵Vitaly Kuznetsov2012-05-103-4/+4
| | | | | | | | | | | | utf8-encoded directory names for example)
* | | 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
| | | | | | | | | | | | WARNING: may affect existing installations if display names included unallowed characters. Allowed are only a-zA-Z0-9._-@ This fix is however needed, because names with unallowed characters may cause conflicts
* | | 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 ↵Michael Gapczynski2012-05-171-0/+5
| | | | | | | | shared a file
* | Contacts: Disable in-app import if encryption is enabled, and make an ↵Thomas Tanghus2012-05-173-16/+24
| | | | | | | | attempt of supporting IE uploads too. Can't test it though...
* | allow reverting file from history dropdownRobin Appelman2012-05-173-42/+29
| |
* | fix versioning for movable appsRobin Appelman2012-05-171-1/+0
| |
* | update translationsRobin Appelman2012-05-1733-34/+1284
| |
* | 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-164-0/+20
| | | | | | | | add rewriterule for caldav and carddav
* | ldap: unique index names for the database, fixes non-creating of indexes for ↵Arthur Schiwon2012-05-162-5/+5
| | | | | | | | the second table and potential issues in the app
* | 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 ↵Michael Gapczynski2012-05-151-3/+1
| | | | | | | | a user to a group share, prevents a couple of potential bugs
* | No multiple file sharing in this next release, sharing UI isn't ready for it :(Michael Gapczynski2012-05-151-1/+1
| |