Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved footer #3862

Closed
wants to merge 449 commits into from
Closed

Improved footer #3862

wants to merge 449 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 28, 2013

  1. Change app identifier for core api routes

    Tom Needham committed Apr 28, 2013
    Configuration menu
    Copy the full SHA
    556ea61 View commit details
    Browse the repository at this point in the history
  2. Code style for ocs/routes.php

    Tom Needham committed Apr 28, 2013
    Configuration menu
    Copy the full SHA
    d642480 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    Tom Needham committed Apr 28, 2013
    Configuration menu
    Copy the full SHA
    b24e6f1 View commit details
    Browse the repository at this point in the history
  4. Correct the api response when both a shipped app and/or a third party…

    … app fail
    Tom Needham committed Apr 28, 2013
    Configuration menu
    Copy the full SHA
    a5978ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b38a1ad View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2013

  1. Move onclick handler

    LukasReschke authored and MorrisJobke committed Apr 29, 2013
    Configuration menu
    Copy the full SHA
    5428086 View commit details
    Browse the repository at this point in the history
  2. Remove uneeded onclick handler

    LukasReschke authored and MorrisJobke committed Apr 29, 2013
    Configuration menu
    Copy the full SHA
    cbd2164 View commit details
    Browse the repository at this point in the history
  3. It's a class

    LukasReschke authored and MorrisJobke committed Apr 29, 2013
    Configuration menu
    Copy the full SHA
    c08c22a View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2013

  1. Configuration menu
    Copy the full SHA
    c99b667 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2013

  1. Merge pull request #3197 from owncloud/fix_userlist

    Fix retrieval of users with multiple backends
    blizzz committed May 3, 2013
    Configuration menu
    Copy the full SHA
    7d5b8e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0639634 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c605c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c26143 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5db33b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e3c7386 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d5c82c View commit details
    Browse the repository at this point in the history

Commits on May 5, 2013

  1. 5.0.6 RC

    Frank Karlitschek committed May 5, 2013
    Configuration menu
    Copy the full SHA
    ffb91cd View commit details
    Browse the repository at this point in the history

Commits on May 6, 2013

  1. Merge pull request #3143 from owncloud/ldap_guid_check

    LDAP: do not reset UUID attribute setting when guid is detected
    blizzz committed May 6, 2013
    Configuration menu
    Copy the full SHA
    44fedae View commit details
    Browse the repository at this point in the history
  2. allow to set quota to zero, issue #2696

    Björn Schießle committed May 6, 2013
    Configuration menu
    Copy the full SHA
    7ff26af View commit details
    Browse the repository at this point in the history
  3. Fix #2816 renaming shared files

    Michael Gapczynski committed May 6, 2013
    Configuration menu
    Copy the full SHA
    c0047b9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3245 from owncloud/use-$view

    Use the internal ownCloud view
    LukasReschke committed May 6, 2013
    Configuration menu
    Copy the full SHA
    1dfb757 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2013

  1. Merge pull request #3244 from owncloud/allow_set_quota_to_zero

    allow to set quota to zero, issue #2696
    MorrisJobke committed May 7, 2013
    Configuration menu
    Copy the full SHA
    dd8c1f7 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2013

  1. Merge pull request #3141 from owncloud/fix_2553

    Cache: mount user mountpoints to make sure that $data/$user/ exists before accessi...
    bartv2 committed May 8, 2013
    Configuration menu
    Copy the full SHA
    d6fe8f2 View commit details
    Browse the repository at this point in the history
  2. touch file relative to users file folder, otherwise the hooks will be…

    … ignored
    Björn Schießle committed May 8, 2013
    Configuration menu
    Copy the full SHA
    08561da View commit details
    Browse the repository at this point in the history
  3. update etag for for the touched file

    Björn Schießle committed May 8, 2013
    Configuration menu
    Copy the full SHA
    c43ec33 View commit details
    Browse the repository at this point in the history
  4. rename a file if it gets restored so that it no longer exists as a ve…

    …rsion. Otherwise it can happen that the expire() function removes all other versions so that we end up with only one version which is exactly the same as the original file
    Björn Schießle committed May 8, 2013
    Configuration menu
    Copy the full SHA
    35da6f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1449773 View commit details
    Browse the repository at this point in the history
  6. don't call correctFolder() in touchHook, it will be called later in t…

    …he writeUpdate()
    Björn Schießle committed May 8, 2013
    Configuration menu
    Copy the full SHA
    8875bae View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3282 from owncloud/fix_etag_update

    Fix etag update
    schiessle committed May 8, 2013
    Configuration menu
    Copy the full SHA
    a23e883 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2013

  1. rename isIgnoredFile to isPartialFile, remove check of blacklisted fi…

    …les in isPartialFile, correct usage of isPartialFile and isFileBlacklisted
    butonic authored and LukasReschke committed May 10, 2013
    Configuration menu
    Copy the full SHA
    35b1f40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc767f1 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2013

  1. Merge pull request #3290 from owncloud/config-data

    Move config data to template
    LukasReschke committed May 12, 2013
    Configuration menu
    Copy the full SHA
    9a53d50 View commit details
    Browse the repository at this point in the history
  2. 5.0.6 RC2

    Frank Karlitschek committed May 12, 2013
    Configuration menu
    Copy the full SHA
    726350e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2013

  1. Add requesttoken to guest view

    Should fix #3321
    LukasReschke authored and kondou committed May 13, 2013
    Configuration menu
    Copy the full SHA
    f2911e7 View commit details
    Browse the repository at this point in the history
  2. backport #3329

    Frank Karlitschek committed May 13, 2013
    Configuration menu
    Copy the full SHA
    cc495ed View commit details
    Browse the repository at this point in the history

Commits on May 14, 2013

  1. 5.0.6

    Frank Karlitschek committed May 14, 2013
    Configuration menu
    Copy the full SHA
    2020f35 View commit details
    Browse the repository at this point in the history
  2. touch() needs to be performed relative to user/files otherwise ownClo…

    …ud doesn't execute the hooks which means that etags aren't updated properly; backport of #3303
    Björn Schießle committed May 14, 2013
    Configuration menu
    Copy the full SHA
    256e53b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1282c33 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3350 from owncloud/fix_history_template

    fix history template, print_unescaped() needs to include closing tags
    schiessle committed May 14, 2013
    Configuration menu
    Copy the full SHA
    408aed3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    752a316 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2013

  1. Merge pull request #3355 from owncloud/filepicker_escape_names

    Escape file names and types in filepicker.
    tanghus committed May 15, 2013
    Configuration menu
    Copy the full SHA
    7a1992a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2013

  1. LDAP: Coypright info

    blizzz committed May 16, 2013
    Configuration menu
    Copy the full SHA
    c8d63e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57339b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55332fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34c8fd5 View commit details
    Browse the repository at this point in the history
  5. LDAP: better variable name

    blizzz committed May 16, 2013
    Configuration menu
    Copy the full SHA
    0e2c3dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6573fdc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0e3e3d1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    41aef94 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3a61816 View commit details
    Browse the repository at this point in the history
  10. StringProperty unittest

    tanghus committed May 16, 2013
    Configuration menu
    Copy the full SHA
    1979144 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f6dac66 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2013

  1. only connect share hooks if installation OC is installed

    Florin Peter committed May 17, 2013
    Configuration menu
    Copy the full SHA
    75fd968 View commit details
    Browse the repository at this point in the history
  2. Initialize collectionTypes variable as false

    Michael Gapczynski authored and butonic committed May 17, 2013
    Configuration menu
    Copy the full SHA
    1284179 View commit details
    Browse the repository at this point in the history
  3. Set storage id for openstack swift backend

    icewind1991 authored and Michael Gapczynski committed May 17, 2013
    Configuration menu
    Copy the full SHA
    1291f36 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2013

  1. Configuration menu
    Copy the full SHA
    74e475c View commit details
    Browse the repository at this point in the history

Commits on May 22, 2013

  1. Have the filecache updater testcase clean the filesystem properly

    icewind1991 authored and Michael Gapczynski committed May 22, 2013
    Configuration menu
    Copy the full SHA
    412f096 View commit details
    Browse the repository at this point in the history
  2. RUNTIME_NOSETUPFS no longer exists, using tearDownFS() in public link…

    …s instead
    Michael Gapczynski committed May 22, 2013
    Configuration menu
    Copy the full SHA
    34fda27 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2013

  1. fix deletion of ssl root certificates

    Björn Schießle committed May 23, 2013
    Configuration menu
    Copy the full SHA
    2ed0d6e View commit details
    Browse the repository at this point in the history
  2. remove debug output

    Björn Schießle committed May 23, 2013
    Configuration menu
    Copy the full SHA
    df39e68 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2013

  1. Add support for copying/moving folders between storages, move isIgnor…

    …edDir() to Filesystem
    
    Conflicts:
    	lib/files/cache/scanner.php
    Michael Gapczynski committed May 24, 2013
    Configuration menu
    Copy the full SHA
    a55a927 View commit details
    Browse the repository at this point in the history
  2. Fix undefined variable for copying empty folders

    Michael Gapczynski committed May 24, 2013
    Configuration menu
    Copy the full SHA
    0e4d45a View commit details
    Browse the repository at this point in the history
  3. Add data-dir attribute to home breadcrumb

    Michael Gapczynski committed May 24, 2013
    Configuration menu
    Copy the full SHA
    c528fbb View commit details
    Browse the repository at this point in the history
  4. Remove user name addition to paths in deleteAll

    Michael Gapczynski committed May 24, 2013
    Configuration menu
    Copy the full SHA
    ae98c50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0eb32bf View commit details
    Browse the repository at this point in the history
  6. fix var naming

    Björn Schießle committed May 24, 2013
    Configuration menu
    Copy the full SHA
    365c77c View commit details
    Browse the repository at this point in the history
  7. move old files_encryption out of the way

    Björn Schießle committed May 24, 2013
    Configuration menu
    Copy the full SHA
    33520c2 View commit details
    Browse the repository at this point in the history
  8. add new files encryption app

    Björn Schießle committed May 24, 2013
    Configuration menu
    Copy the full SHA
    1c3ced2 View commit details
    Browse the repository at this point in the history
  9. backport: enable admin to recover encrypted files

    Björn Schießle committed May 24, 2013
    Configuration menu
    Copy the full SHA
    c4b40af View commit details
    Browse the repository at this point in the history
  10. backport changes to share.php to enable the encryption app to get all…

    … users with access to a given file
    Björn Schießle committed May 24, 2013
    Configuration menu
    Copy the full SHA
    8fa5f35 View commit details
    Browse the repository at this point in the history
  11. backport trashbin: enable trashbin to handle encryption keys

    Björn Schießle committed May 24, 2013
    Configuration menu
    Copy the full SHA
    a99676a View commit details
    Browse the repository at this point in the history
  12. add post hooks to share API, needed by the encryption app

    Björn Schießle committed May 24, 2013
    Configuration menu
    Copy the full SHA
    c960cfc View commit details
    Browse the repository at this point in the history
  13. add post hooks to share API, needed by the encryption app

    Björn Schießle committed May 24, 2013
    Configuration menu
    Copy the full SHA
    89546bf View commit details
    Browse the repository at this point in the history
  14. backport file cache changes from master to stable5, needed for encryp…

    …tion app
    Björn Schießle committed May 24, 2013
    Configuration menu
    Copy the full SHA
    3bd0141 View commit details
    Browse the repository at this point in the history
  15. increase ownCloud version number to upgrade file cache table

    Björn Schießle committed May 24, 2013
    Configuration menu
    Copy the full SHA
    cb12cf8 View commit details
    Browse the repository at this point in the history
  16. remove unneeded hooks

    Björn Schießle committed May 24, 2013
    Configuration menu
    Copy the full SHA
    7b8f64d View commit details
    Browse the repository at this point in the history
  17. enable files_encryption for testing

    Björn Schießle committed May 24, 2013
    Configuration menu
    Copy the full SHA
    c6dc799 View commit details
    Browse the repository at this point in the history
  18. handle recovery password

    Björn Schießle committed May 24, 2013
    Configuration menu
    Copy the full SHA
    a4018ad View commit details
    Browse the repository at this point in the history
  19. port css for recovery passwd input to stable5

    Björn Schießle committed May 24, 2013
    Configuration menu
    Copy the full SHA
    890b770 View commit details
    Browse the repository at this point in the history
  20. backport of #3271

    Florin Peter committed May 24, 2013
    Configuration menu
    Copy the full SHA
    1a638cd View commit details
    Browse the repository at this point in the history
  21. Merge branch 'stable5' into files_encryption_stable5

    Florin Peter committed May 24, 2013
    Configuration menu
    Copy the full SHA
    e7734d0 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8c235de View commit details
    Browse the repository at this point in the history
  23. fix first time encryption after app was enabled

    Björn Schießle committed May 24, 2013
    Configuration menu
    Copy the full SHA
    397dc3d View commit details
    Browse the repository at this point in the history
  24. fixed missing directory creation in files_trashbin

    Florin Peter committed May 24, 2013
    Configuration menu
    Copy the full SHA
    9a25c39 View commit details
    Browse the repository at this point in the history
  25. added files_encryption tests at first position

    Florin Peter committed May 24, 2013
    Configuration menu
    Copy the full SHA
    f164f43 View commit details
    Browse the repository at this point in the history
  26. improved trashbin test

    Florin Peter committed May 24, 2013
    Configuration menu
    Copy the full SHA
    210ae9e View commit details
    Browse the repository at this point in the history
  27. improved trashbin test again

    Florin Peter committed May 24, 2013
    Configuration menu
    Copy the full SHA
    12f5b5c View commit details
    Browse the repository at this point in the history
  28. Merge pull request #3484 from owncloud/files_encryption_stable5

    file encryption app backport master -> stable5
    schiessle committed May 24, 2013
    Configuration menu
    Copy the full SHA
    e044260 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2013

  1. increase version and add warning

    Frank Karlitschek committed May 25, 2013
    Configuration menu
    Copy the full SHA
    2018e94 View commit details
    Browse the repository at this point in the history
  2. preview of stable5 including the new encryption app

    Frank Karlitschek committed May 25, 2013
    Configuration menu
    Copy the full SHA
    6c53253 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7d8cd9 View commit details
    Browse the repository at this point in the history
  4. Add check for Magic Quotes

    bartv2 authored and Michael Gapczynski committed May 25, 2013
    Configuration menu
    Copy the full SHA
    faad2d0 View commit details
    Browse the repository at this point in the history
  5. Fixing UPDATE error in filecache table when renaming files by calling…

    … move(). Add storage id to the where clause to avoid updating entries of other users.
    Roland Hager authored and Michael Gapczynski committed May 25, 2013
    Configuration menu
    Copy the full SHA
    07fb230 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2013

  1. fix migration from old to new encryption

    Björn Schießle committed May 27, 2013
    Configuration menu
    Copy the full SHA
    189d251 View commit details
    Browse the repository at this point in the history
  2. make legacyDecrypt() private als always call legacyBlockDecrypt() fro…

    …m other classes
    Björn Schießle committed May 27, 2013
    Configuration menu
    Copy the full SHA
    09765ea View commit details
    Browse the repository at this point in the history
  3. legacyBlockDecryprt() needs to be public

    Björn Schießle committed May 27, 2013
    Configuration menu
    Copy the full SHA
    087b21c View commit details
    Browse the repository at this point in the history
  4. improved test

    - fixed testPermanentDeleteFile sometimes failed
    - speed optimization
    - reformat code
    Florin Peter committed May 27, 2013
    Configuration menu
    Copy the full SHA
    3cbe6b2 View commit details
    Browse the repository at this point in the history
  5. added users for tests

    reformat code to meet coding guidelines
    Florin Peter committed May 27, 2013
    Configuration menu
    Copy the full SHA
    55e4e05 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'stable5' into fix_enc_migration

    Björn Schießle committed May 27, 2013
    Configuration menu
    Copy the full SHA
    9ac29cd View commit details
    Browse the repository at this point in the history
  7. add event.preventDefault to undelete function

    Georg Ehrke authored and Georg Ehrke committed May 27, 2013
    Configuration menu
    Copy the full SHA
    0cf6e56 View commit details
    Browse the repository at this point in the history
  8. fix #3320

    Georg Ehrke authored and Georg Ehrke committed May 27, 2013
    Configuration menu
    Copy the full SHA
    c872042 View commit details
    Browse the repository at this point in the history
  9. backport of #3495

    Florin Peter committed May 27, 2013
    Configuration menu
    Copy the full SHA
    daf5d47 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3504 from owncloud/fix_enc_migration

    fix migration old encryption -> new encryption
    schiessle committed May 27, 2013
    Configuration menu
    Copy the full SHA
    7316d6f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2013

  1. fix for losing private key while being logged in and accessing a publ…

    …ic link
    Florin Peter committed May 28, 2013
    Configuration menu
    Copy the full SHA
    5476840 View commit details
    Browse the repository at this point in the history
  2. fix for undefined index

    Florin Peter committed May 28, 2013
    Configuration menu
    Copy the full SHA
    0c5bd4e View commit details
    Browse the repository at this point in the history
  3. The "lost password" field depends on OC_USER_BACKEND_SET_PASSWORD

    so it should only be visible for users with a supporting backend.
    nietonfir authored and MorrisJobke committed May 28, 2013
    Configuration menu
    Copy the full SHA
    621d18f View commit details
    Browse the repository at this point in the history

Commits on May 29, 2013

  1. Configuration menu
    Copy the full SHA
    a4ef49c View commit details
    Browse the repository at this point in the history
  2. Cache mimetype icons

    icewind1991 committed May 29, 2013
    Configuration menu
    Copy the full SHA
    0017753 View commit details
    Browse the repository at this point in the history
  3. Style fixes

    Michael Gapczynski authored and icewind1991 committed May 29, 2013
    Configuration menu
    Copy the full SHA
    3891a4c View commit details
    Browse the repository at this point in the history
  4. Only update metadata that has changed

    Michael Gapczynski committed May 29, 2013
    Configuration menu
    Copy the full SHA
    71cdd17 View commit details
    Browse the repository at this point in the history
  5. Organize conditionals in a better order

    Michael Gapczynski committed May 29, 2013
    Configuration menu
    Copy the full SHA
    9a25f7b View commit details
    Browse the repository at this point in the history
  6. backport #3507

    Florin Peter committed May 29, 2013
    Configuration menu
    Copy the full SHA
    1c49784 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2013

  1. Merge pull request #3526 from owncloud/fix_ldap_doc_url

    LDAP: fix help (doc) URL. Old one works, but leads to an outdated versio...
    MorrisJobke committed May 30, 2013
    Configuration menu
    Copy the full SHA
    1b4d2e8 View commit details
    Browse the repository at this point in the history
  2. LDAP: fix generation of alternate internal name on conflicts. Use als…

    …o smaller number for better user experience on e.g. *DAV links
    blizzz committed May 30, 2013
    Configuration menu
    Copy the full SHA
    955eff8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    deeb1cf View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3543 from owncloud/fix_ldap_alternateintname

    Fix ldap alternateintname
    blizzz committed May 30, 2013
    Configuration menu
    Copy the full SHA
    acff4fc View commit details
    Browse the repository at this point in the history

Commits on May 31, 2013

  1. Configuration menu
    Copy the full SHA
    f9c9cce View commit details
    Browse the repository at this point in the history
  2. check list of users with access to the file from the bottom to the to…

    …p. This way we avoid calling getFileInfo() on every dir, which creates a lot of overhead, especially for external storages
    Björn Schießle authored and Florin Peter committed May 31, 2013
    Configuration menu
    Copy the full SHA
    a8c3d51 View commit details
    Browse the repository at this point in the history
  3. if one public link share was found, we don't have to check it for the…

    … other folders
    Björn Schießle authored and Florin Peter committed May 31, 2013
    Configuration menu
    Copy the full SHA
    ae2ab01 View commit details
    Browse the repository at this point in the history
  4. for external storages we never reach the path 'files', instead we nee…

    …d to leave the loop if no further parent exists
    Björn Schießle authored and Florin Peter committed May 31, 2013
    Configuration menu
    Copy the full SHA
    a5b75d3 View commit details
    Browse the repository at this point in the history
  5. use public API for error handling; improved while condition

    Björn Schießle authored and Florin Peter committed May 31, 2013
    Configuration menu
    Copy the full SHA
    8e512bd View commit details
    Browse the repository at this point in the history
  6. remove unnecessary variable

    Björn Schießle authored and Florin Peter committed May 31, 2013
    Configuration menu
    Copy the full SHA
    6d667c0 View commit details
    Browse the repository at this point in the history
  7. fix indention

    Björn Schießle authored and Florin Peter committed May 31, 2013
    Configuration menu
    Copy the full SHA
    15e0fc6 View commit details
    Browse the repository at this point in the history
  8. backport of #3527

    Florin Peter committed May 31, 2013
    Configuration menu
    Copy the full SHA
    8e80aa3 View commit details
    Browse the repository at this point in the history
  9. fix $parent/$source typo

    Florin Peter committed May 31, 2013
    Configuration menu
    Copy the full SHA
    0fa0e92 View commit details
    Browse the repository at this point in the history
  10. fixes if cache returns false

    Florin Peter committed May 31, 2013
    Configuration menu
    Copy the full SHA
    512571c View commit details
    Browse the repository at this point in the history
  11. fixed typo

    Florin Peter committed May 31, 2013
    Configuration menu
    Copy the full SHA
    4dac837 View commit details
    Browse the repository at this point in the history
  12. changed deprecated class

    Florin Peter committed May 31, 2013
    Configuration menu
    Copy the full SHA
    2e5fcf4 View commit details
    Browse the repository at this point in the history
  13. fixes for pgsql

    Florin Peter committed May 31, 2013
    Configuration menu
    Copy the full SHA
    5353bcc View commit details
    Browse the repository at this point in the history
  14. fixed problems with file_get_contents and file_put_contents this prob…

    …lem was related to text editor with big text files
    Florin Peter committed May 31, 2013
    Configuration menu
    Copy the full SHA
    aed15ef View commit details
    Browse the repository at this point in the history
  15. fix share and un-share for single file

    Florin Peter committed May 31, 2013
    Configuration menu
    Copy the full SHA
    6e3acd3 View commit details
    Browse the repository at this point in the history
  16. prevent files_versions from calling file proxy which calls files_encr…

    …yption and do unnecessary load and file operations
    Florin Peter committed May 31, 2013
    Configuration menu
    Copy the full SHA
    7c9b34a View commit details
    Browse the repository at this point in the history
  17. added our own file extension .part will not work here if we use file_…

    …get_contents so we used our own extension '.etmp'
    Florin Peter committed May 31, 2013
    Configuration menu
    Copy the full SHA
    5eded27 View commit details
    Browse the repository at this point in the history
  18. fix login errors while filesystem is not loaded

    Florin Peter committed May 31, 2013
    Configuration menu
    Copy the full SHA
    a1401f6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1ef101c View commit details
    Browse the repository at this point in the history
  20. Backport bfa7157

    blizzz committed May 31, 2013
    Configuration menu
    Copy the full SHA
    78520cd View commit details
    Browse the repository at this point in the history
  21. LDAP: fix possible recursion

    blizzz committed May 31, 2013
    Configuration menu
    Copy the full SHA
    7b95d03 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f3620b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2013

  1. 5.0.7 RC

    Frank Karlitschek committed Jun 2, 2013
    Configuration menu
    Copy the full SHA
    9046c65 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2013

  1. Configuration menu
    Copy the full SHA
    03e5982 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2013

  1. Merge pull request #3584 from owncloud/fix_ldap_port

    LDAP: append port when URL is passed in LDAP Host configuration, fixes #...
    blizzz committed Jun 4, 2013
    Configuration menu
    Copy the full SHA
    68960db View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2013

  1. 5.0.7

    Frank Karlitschek committed Jun 6, 2013
    Configuration menu
    Copy the full SHA
    e35303f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07c3f08 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2013

  1. Backport #2919

    Michael Gapczynski committed Jun 7, 2013
    Configuration menu
    Copy the full SHA
    1b39f46 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2013

  1. add hint about what the recovery password field is for

    Björn Schießle committed Jun 10, 2013
    Configuration menu
    Copy the full SHA
    d3a6634 View commit details
    Browse the repository at this point in the history
  2. use pre_setPassword hook to update the encryption keys if the back-en…

    …d doesn't support password change; improved output to let the admin know what happened
    Björn Schießle committed Jun 10, 2013
    Configuration menu
    Copy the full SHA
    ec80dd5 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2013

  1. IE doesn't like class as keyword, add quotation marks

    Björn Schießle committed Jun 11, 2013
    Configuration menu
    Copy the full SHA
    243b7d8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3470 from owncloud/fix_ssl_root_certs

    fix deletion of ssl root certificates
    DeepDiver1975 committed Jun 11, 2013
    Configuration menu
    Copy the full SHA
    1fa76e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2013

  1. disable proxys during ssl root cert upload to avoid encryption

    Björn Schießle committed Jun 12, 2013
    Configuration menu
    Copy the full SHA
    4b50145 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'stable5' of github.com:owncloud/core into stable5

    Björn Schießle committed Jun 12, 2013
    Configuration menu
    Copy the full SHA
    2d5f97e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33afa9a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2013

  1. make sure that only one process can enter the migration mode

    Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    7252d09 View commit details
    Browse the repository at this point in the history
  2. use constants for different migration status

    Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    76bb5a4 View commit details
    Browse the repository at this point in the history
  3. adapt test to the code changes

    Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    1d5c9d8 View commit details
    Browse the repository at this point in the history
  4. use number of manipulated rows as idicator if it was possible to ente…

    …r the migration mode
    
    Conflicts:
    
    	apps/files_encryption/lib/util.php
    Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    8c07edd View commit details
    Browse the repository at this point in the history
  5. fix typo in var name

    Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    301b0f1 View commit details
    Browse the repository at this point in the history
  6. add comment to explain the helper function

    Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    07fb6a0 View commit details
    Browse the repository at this point in the history
  7. fix for autoloader while user logged in and system is in maintenance

    Conflicts:
    
    	apps/files_encryption/appinfo/app.php
    Florin Peter authored and Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    49b4d8e View commit details
    Browse the repository at this point in the history
  8. use legacyDecrypt to decrypt key file like the previous files_encryption

    Florin Peter authored and Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    514e47f View commit details
    Browse the repository at this point in the history
  9. fix re-encrypt legacy files

    Conflicts:
    
    	apps/files_encryption/lib/util.php
    Florin Peter authored and Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    1fb9a51 View commit details
    Browse the repository at this point in the history
  10. fix legacy key in until test

    Florin Peter authored and Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    a701716 View commit details
    Browse the repository at this point in the history
  11. normalize path to prevent following split to fail

    Florin Peter authored and Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    9620f0d View commit details
    Browse the repository at this point in the history
  12. cleanup unused method legacyKeyRecryptKeyfile

    Florin Peter authored and Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    64cb67c View commit details
    Browse the repository at this point in the history
  13. check if the decrypted private key is valid on login and on read/writ…

    …e files
    Florin Peter authored and Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    d33b215 View commit details
    Browse the repository at this point in the history
  14. allow the user to login but do not allow upload and show error messag…

    …e on the web
    
    Conflicts:
    
    	apps/files_encryption/appinfo/app.php
    Florin Peter authored and Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    d45bddc View commit details
    Browse the repository at this point in the history
  15. code optimized and cleaned up unused vars

    Florin Peter authored and Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    1914353 View commit details
    Browse the repository at this point in the history
  16. introduce decryptPrivateKey() method which also checks if the result …

    …is a valid private key to avoid additional checks on various places
    
    Conflicts:
    
    	apps/files_encryption/lib/session.php
    Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    b3d87de View commit details
    Browse the repository at this point in the history
  17. control files are no longer needed, remove them from the tests

    Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    1d38e24 View commit details
    Browse the repository at this point in the history
  18. $session->setPrivateKey expects only one parameter

    Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    30b00f4 View commit details
    Browse the repository at this point in the history
  19. let user update private key password in case it was changed from outs…

    …ide, e.g. external auth back-ends
    Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    fe9a9c3 View commit details
    Browse the repository at this point in the history
  20. added test for decryptPrivateKey()

    Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    7a5c4fd View commit details
    Browse the repository at this point in the history
  21. use generated private key fro m setUp()

    Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    380a402 View commit details
    Browse the repository at this point in the history
  22. reformat code

    Conflicts:
    
    	apps/files_encryption/lib/session.php
    	apps/files_encryption/lib/util.php
    Florin Peter authored and Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    86a1a7e View commit details
    Browse the repository at this point in the history
  23. fix password change when files_encryption app is disabled

    Conflicts:
    
    	settings/ajax/changepassword.php
    Florin Peter authored and Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    5d7aa76 View commit details
    Browse the repository at this point in the history
  24. fixed typo

    Florin Peter authored and Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    4e2ff14 View commit details
    Browse the repository at this point in the history
  25. changed redirect handling

    Florin Peter authored and Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    e65ff41 View commit details
    Browse the repository at this point in the history
  26. better handling for http post

    Florin Peter authored and Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    f637118 View commit details
    Browse the repository at this point in the history
  27. link directly to the encryption settings

    Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    76db8c0 View commit details
    Browse the repository at this point in the history
  28. improved label for the password recovery feature

    Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    bea81bc View commit details
    Browse the repository at this point in the history
  29. improved error msg and removed duplicate string

    Florin Peter authored and Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    03907da View commit details
    Browse the repository at this point in the history
  30. only show personal settings if the recovery feature is enabled or if …

    …no private key is set
    Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    c062322 View commit details
    Browse the repository at this point in the history
  31. tell the user what he can do to regain access to his files

    Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    fef186e View commit details
    Browse the repository at this point in the history
  32. allow to press enter to update the password

    Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    ac77c2f View commit details
    Browse the repository at this point in the history
  33. print a warning if a user wants to reset his password and encryption …

    …is enabled
    
    Conflicts:
    
    	core/lostpassword/templates/lostpassword.php
    Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    af23fa9 View commit details
    Browse the repository at this point in the history
  34. add a hint that the admin can recover your files; Don't let the user …

    …change the recovery settings if no private key is set
    Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    56a0b7a View commit details
    Browse the repository at this point in the history
  35. only check for recovery key if someone else than the user wants to ch…

    …ange the password
    
    Conflicts:
    
    	settings/ajax/changepassword.php
    Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    aa16518 View commit details
    Browse the repository at this point in the history
  36. mage page title aware of ownCloud edition

    Conflicts:
    
    	core/templates/layout.user.php
    Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    a74ece3 View commit details
    Browse the repository at this point in the history
  37. make footer aware of ownCloud editions

    Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    7e55647 View commit details
    Browse the repository at this point in the history
  38. keep all strings in one place to make it easier to change them

    Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    939bc3e View commit details
    Browse the repository at this point in the history
  39. make footer and urls aware of ownCloud editions

    Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    ae2615e View commit details
    Browse the repository at this point in the history
  40. add default doc url

    Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    22394d5 View commit details
    Browse the repository at this point in the history
  41. make main menu aware of the different owncloud editions

    Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    6822900 View commit details
    Browse the repository at this point in the history
  42. make pub link share footer aware of different owncloud editions

    Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    89191a9 View commit details
    Browse the repository at this point in the history
  43. short explanation about OC_Defaults

    Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    43146a6 View commit details
    Browse the repository at this point in the history
  44. move common settings footer fieldset out of conditional

    jancborchardt authored and Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    5572e1d View commit details
    Browse the repository at this point in the history
  45. don't show translation hints in enterprise edition

    Conflicts:
    
    	settings/templates/personal.php
    Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    ca7699c View commit details
    Browse the repository at this point in the history
  46. add logo-claim

    Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    d8a55da View commit details
    Browse the repository at this point in the history
  47. improved footer

    Björn Schießle committed Jun 13, 2013
    Configuration menu
    Copy the full SHA
    5efbf25 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2013

  1. fix memory problems as reported at #3620

    Florin Peter authored and Björn Schießle committed Jun 14, 2013
    Configuration menu
    Copy the full SHA
    1d956b1 View commit details
    Browse the repository at this point in the history
  2. fix for path_hash not unique as reported at #3641

    Florin Peter authored and Björn Schießle committed Jun 14, 2013
    Configuration menu
    Copy the full SHA
    d7528a9 View commit details
    Browse the repository at this point in the history
  3. Squashed commit of the following:

    commit 1c7d5da4d1687183f8701336fc14636f61095f4e
    Author: infoneo <infoneo@yahoo.pl>
    Date:   Sat Jun 8 19:44:58 2013 +0300
    
        Update mapper.php
    
    commit 37f1f034f776b084ac7e25be136ce64b5772a446
    Author: infoneo <infoneo@yahoo.pl>
    Date:   Sat Jun 8 18:39:25 2013 +0300
    
        Update mapper.php
    
        Now slugify is performed on whole filename (including extension). Changed method of adding index number (using regular expressions pathinfo() method removed).
    
    commit 4a5f872f1f55941d07992d7ac5e8f8b74ec8febc
    Author: infoneo <infoneo@yahoo.pl>
    Date:   Sun May 12 15:22:57 2013 +0300
    
        Fixed problems with a dots in a filenames
    
    commit bc17f958349e36c1caacfc9263ae1de2df8e6a76
    Author: infoneo <infoneo@yahoo.pl>
    Date:   Sun May 12 01:47:48 2013 +0200
    
        Dots in a filenames fix
    DeepDiver1975 committed Jun 14, 2013
    Configuration menu
    Copy the full SHA
    28d8ed9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe2ef4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3903977 View commit details
    Browse the repository at this point in the history
  6. add missing backticks all over the place

    Conflicts:
    	apps/files_encryption/lib/util.php
    	lib/files/cache/backgroundwatcher.php
    	lib/files/cache/cache.php
    butonic committed Jun 14, 2013
    Configuration menu
    Copy the full SHA
    2d876c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    715648e View commit details
    Browse the repository at this point in the history
  8. convert LIMIT to parameter

    butonic committed Jun 14, 2013
    Configuration menu
    Copy the full SHA
    fb33c01 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    61c8987 View commit details
    Browse the repository at this point in the history
  10. oracle fixes, missing backticks, LIMIT to param

    Conflicts:
    	lib/files/cache/cache.php
    butonic committed Jun 14, 2013
    Configuration menu
    Copy the full SHA
    be534fe View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d6878f5 View commit details
    Browse the repository at this point in the history
  12. cleanup codestyle

    butonic committed Jun 14, 2013
    Configuration menu
    Copy the full SHA
    1099960 View commit details
    Browse the repository at this point in the history
  13. Squashed commit of the following:

    commit 85043af59846edd54b6f402829a698142fdb412f
    Author: Michael Gapczynski <mtgap@owncloud.com>
    Date:   Sat May 25 11:25:43 2013 -0400
    
        Clear opcode caches after writing to the config file, fixes #3372
    
    commit e96ca0a217112a612e5018fb06115879be634f0b
    Author: Michael Gapczynski <mtgap@owncloud.com>
    Date:   Fri May 17 11:15:53 2013 -0400
    
        Add undefined verision variables
    
    commit d7faeea0b8a79bcd84255120e396280fe62c8aa1
    Author: Michael Gapczynski <mtgap@owncloud.com>
    Date:   Tue May 14 09:34:01 2013 -0400
    
        Turn off theme before update
    
    commit f620df4e88201a8d35ecb6173f258d5e5f67c7f9
    Author: Bart Visscher <bartv@thisnet.nl>
    Date:   Tue Apr 16 08:07:44 2013 +0200
    
        Also check for needed upgrade in the Sabre Maintenance connector
    
    commit 223cfce8c89663beb95cf7438f47cea4bac6e0de
    Author: Bart Visscher <bartv@thisnet.nl>
    Date:   Tue Apr 9 21:05:11 2013 +0200
    
        Connect watcher failure function to the failure signal
    
    commit 49b9a1e8af062c03ebc863e1139ca310944b784a
    Author: Bart Visscher <bartv@thisnet.nl>
    Date:   Tue Apr 9 20:51:43 2013 +0200
    
        Move start of the maintenance mode to the ajax call
    
        Make sure the update page is shown in a browser. And not an ajax request
    DeepDiver1975 committed Jun 14, 2013
    Configuration menu
    Copy the full SHA
    f5b1f59 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b6e664c View commit details
    Browse the repository at this point in the history
  15. Merge pull request #3725 from owncloud/oracle_stable5

    Oracle stable5
    butonic committed Jun 14, 2013
    Configuration menu
    Copy the full SHA
    112f9f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2013

  1. Configuration menu
    Copy the full SHA
    1171a5a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3753 from owncloud/fix_translation_link

    fix link to translation
    schiessle committed Jun 17, 2013
    Configuration menu
    Copy the full SHA
    52d1797 View commit details
    Browse the repository at this point in the history
  3. only escape glob pattern

    Conflicts:
    
    	apps/files_trashbin/lib/trash.php
    Björn Schießle committed Jun 17, 2013
    Configuration menu
    Copy the full SHA
    1fead35 View commit details
    Browse the repository at this point in the history
  4. don't normalize absolute local path

    Björn Schießle committed Jun 17, 2013
    Configuration menu
    Copy the full SHA
    592656c View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2013

  1. also use the default theme if the theme is set to an empty string in …

    …the config.php
    Björn Schießle committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    07b1e67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf51be0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96983c2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3771 from owncloud/fix_lost_password_page

    fix lost password page
    Frank Karlitschek committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    87f70d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9700b84 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2013

  1. Merge pull request #3770 from owncloud/fix_theme_loading

    getTheme() should also return the default theme if a empty theme is set in the config.php
    schiessle committed Jun 19, 2013
    Configuration menu
    Copy the full SHA
    c72e3ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e06b06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    663c30e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90acda6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a498876 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b06432f View commit details
    Browse the repository at this point in the history
  7. fix updaters test cases

    icewind1991 committed Jun 19, 2013
    Configuration menu
    Copy the full SHA
    fa894be View commit details
    Browse the repository at this point in the history
  8. fixed enghlish sentence, thanks to @MTGap

    Björn Schießle committed Jun 19, 2013
    Configuration menu
    Copy the full SHA
    908c8fd View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2013

  1. add some more error messages, in case something went wrong

    Björn Schießle committed Jun 20, 2013
    Configuration menu
    Copy the full SHA
    41fa7ec View commit details
    Browse the repository at this point in the history
  2. some more error messages

    Björn Schießle committed Jun 20, 2013
    Configuration menu
    Copy the full SHA
    433cb9f View commit details
    Browse the repository at this point in the history
  3. always have a defined return value

    Björn Schießle committed Jun 20, 2013
    Configuration menu
    Copy the full SHA
    8e5bc02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    850cde6 View commit details
    Browse the repository at this point in the history
  5. use json to encode user list

    icewind1991 authored and DeepDiver1975 committed Jun 20, 2013
    Configuration menu
    Copy the full SHA
    4f99dcf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7992953 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba7797e View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2013

  1. check openssl dependency for the encryption app

    commit 1345201
    Author: Björn Schießle <schiessle@owncloud.com>
    Date:   Thu Jun 20 16:27:46 2013 +0200
    
        add l10n support
    
    commit bf2c79c
    Author: Björn Schießle <schiessle@owncloud.com>
    Date:   Thu Jun 20 16:19:10 2013 +0200
    
        only init session if openssl extension is loaded
    
    commit cbd52af
    Author: Björn Schießle <schiessle@owncloud.com>
    Date:   Thu Jun 20 12:25:40 2013 +0200
    
        first disable app and than show error page
    
    commit 55baf59
    Author: Björn Schießle <schiessle@owncloud.com>
    Date:   Thu Jun 20 12:17:34 2013 +0200
    
        typo fixed
    
    commit 1d9bef0
    Author: Björn Schießle <schiessle@owncloud.com>
    Date:   Thu Jun 20 12:15:40 2013 +0200
    
        move dependency check to the encryption app
    
    commit c186e95
    Author: Björn Schießle <schiessle@owncloud.com>
    Date:   Thu Jun 20 11:13:11 2013 +0200
    
        make sure that openssl is installed and loaded
    
    Conflicts:
    
    	apps/files_encryption/appinfo/app.php
    Björn Schießle committed Jun 21, 2013
    Configuration menu
    Copy the full SHA
    2a26336 View commit details
    Browse the repository at this point in the history
  2. encryption is LDAP compatible

    Björn Schießle committed Jun 21, 2013
    Configuration menu
    Copy the full SHA
    437a79e View commit details
    Browse the repository at this point in the history
  3. improve error handling of webdavauth

    Georg Ehrke authored and Georg Ehrke committed Jun 21, 2013
    Configuration menu
    Copy the full SHA
    fee313e View commit details
    Browse the repository at this point in the history
  4. Replace display name only

    VicDeo committed Jun 21, 2013
    Configuration menu
    Copy the full SHA
    96e42eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62f01a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4797f9d View commit details
    Browse the repository at this point in the history
  7. Revert "LDAP: better check for emptiness, fixes #3815"

    This reverts commit 4797f9d.
    blizzz committed Jun 21, 2013
    Configuration menu
    Copy the full SHA
    4f75a9c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b52d765 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3814 from owncloud/fix-german-du-and-deine-stable5

    In German we want uppercase 'Du' and 'Deine*'
    blizzz committed Jun 21, 2013
    Configuration menu
    Copy the full SHA
    a1e1456 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2013

  1. Merge pull request #3816 from owncloud/fix_3815

    LDAP: better check for emptiness, fixes #3815
    blizzz committed Jun 22, 2013
    Configuration menu
    Copy the full SHA
    38d702e View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2013

  1. Fix ugly error style on install

    By initializing the template engine first we can show the
    'Can't write into config directory 'config'' error in a nice way instead
    of plain unstyled HTML.
    guruz authored and VicDeo committed Jun 25, 2013
    Configuration menu
    Copy the full SHA
    07a5914 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2013

  1. construct the foother in defaults.php so that we use always the same …

    …footer
    Björn Schießle committed Jun 26, 2013
    Configuration menu
    Copy the full SHA
    3e3ed07 View commit details
    Browse the repository at this point in the history
  2. check for updates only in the community edition

    Björn Schießle committed Jun 26, 2013
    Configuration menu
    Copy the full SHA
    26cb6ba View commit details
    Browse the repository at this point in the history