summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | add rewriterule for caldav and carddav
* 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
| | | | 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
|
* 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' ↵Thomas Mueller2012-05-1427-32120/+10
| | | | | | | | | | | | release can be pulled from http://mozilla.github.com/pdf.js/build/pdf.js README added to document the fact stated above update.sh added for easy update of pdfjs CAUTION: Don't update before OC4! API has been changed and we need to adopt files_pdfviewer
* 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
|
* Remove logging.Thomas Tanghus2012-05-141-2/+0
|
* Contacts: Had forgotten to call local function.Thomas Tanghus2012-05-141-2/+6
|
* Contacts: Fix layout in contacts list that I had broken in an earlier fix :-PThomas Tanghus2012-05-143-20/+19
|
* move auth.css and remoteStorage-big.png to assets folders From where they ↵Michiel de Jong2012-05-144-3/+3
| | | | can be included
* better user permission check for files in ajax/calendar/Georg Ehrke2012-05-144-4/+20
|
* some fixes for calendar's export.phpGeorg Ehrke2012-05-141-0/+8
|
* remove redirects in htaccess to improve compatibility with desktop clientGeorg Ehrke2012-05-141-4/+0
|
* check user permissions in calendar's changepermission.phpGeorg Ehrke2012-05-141-0/+8
|
* check user permissions in calendar's unshare.phpGeorg Ehrke2012-05-141-0/+8
|
* Prevent Clickjacking by adding additional headers:Thomas Mueller2012-05-141-1/+4
| | | | | | | | header('X-Frame-Options: Sameorigin'); header('X-XSS-Protection: 1; mode=block'); header('X-Content-Type-Options: nosniff'); Thanks to Lukas Reschke for reporting this issue (and many more).
* LDAP: and don't forget the else partArthur Schiwon2012-05-141-1/+2
|
* LDAP: don't store agent password in plain textArthur Schiwon2012-05-145-4/+17
|
* LDAP: no whitespaces after the , in the DNs, resolves conflicts with some ↵Arthur Schiwon2012-05-141-2/+15
| | | | servers
* Contacts: Photo upload handlers wern't being loaded for new contacts.Thomas Tanghus2012-05-141-26/+39
| | | | Name conflict with two FileUploads :-P
* Merge branch 'master' of gitorious.org:owncloud/owncloudKlaas Freitag2012-05-141-62/+79
|\
| * Contacts: The proper DOM wasn't loaded after import and thumbnails weren't ↵Thomas Tanghus2012-05-141-62/+79
| | | | | | | | being updated.
* | Add ctmp extension to blacklist to make sync test files not versioned.Klaas Freitag2012-05-141-1/+1
|/
* Remove scroll to bookmarks_menu, no longer existent and the bookmark ↵Michael Gapczynski2012-05-131-4/+1
| | | | controls are always visible at the top anyways
* selective app loading for remote/publicRobin Appelman2012-05-149-8/+46
|
* set public handeler in info,xml for sharingRobin Appelman2012-05-143-3/+5
|
* Contacts: Forgot one file for the import fix.Thomas Tanghus2012-05-131-2/+24
|
* Contacts: Add error checking and reporting to import from files app.Thomas Tanghus2012-05-134-136/+134
|
* Validate bookmark inputs, fixes bug oc-636Michael Gapczynski2012-05-131-1/+8
|
* Merge branch 'master' of gitorious.org:owncloud/owncloudTom Needham2012-05-131-1/+1
|\