Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | Revert "use getAppWebPath() in here as well" | Thomas Müller | 2014-01-20 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Merge pull request #6858 from owncloud/fix-setupfs-only-for-existing-users-ma... | Thomas Müller | 2014-01-21 | 8 | -5/+35 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Merge branch 'master' into fix-setupfs-only-for-existing-users-master | Thomas Müller | 2014-01-21 | 5 | -20/+26 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | OC_Util::setupFS($user) will create a data dir for the given string - no matt... | Thomas Müller | 2014-01-21 | 8 | -5/+35 | |
| | | |/ / / / / / / / / | | |/| | | | | | | | | | ||||||
| | | | * | | | | | | | | Merge branch 'master' into fixing-gallery-password-protected-access-master | Thomas Müller | 2014-01-21 | 5 | -20/+26 | |
| | | | |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #6864 from owncloud/protect-versions-preview-master | Thomas Müller | 2014-01-21 | 3 | -15/+14 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | don't use the user id within the versions preview call as it could be used to... | Thomas Müller | 2014-01-21 | 3 | -15/+14 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #6861 from owncloud/neutral_download_zip_default_name | Thomas Müller | 2014-01-21 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | use 'download.zip' as default name for zip downloads instead of 'owncloud.zip' | Jörn Friedrich Dreyer | 2014-01-21 | 1 | -1/+1 | |
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #6857 from owncloud/fix_user_ldap_sql_on_oracle | Thomas Müller | 2014-01-21 | 1 | -4/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | user workarount to compare CLOB column with CHAR value | Jörn Friedrich Dreyer | 2014-01-21 | 1 | -4/+11 | |
| |/ / / / / / / / / / | ||||||
| | | * | | | | | | | | fixing comment + adding unit test for checkPasswordProtectedShare | Thomas Müller | 2014-01-21 | 2 | -1/+49 | |
| | | * | | | | | | | | in case no share is found for the given token we can return right away | Thomas Müller | 2014-01-21 | 1 | -0/+3 | |
| | | * | | | | | | | | adding password protection check to getShareByToken() | Thomas Müller | 2014-01-21 | 2 | -5/+33 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #6820 from owncloud/phpunit-test-config | Thomas Müller | 2014-01-20 | 4 | -5/+14 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Move test config folder to tests/config | Robin Appelman | 2014-01-20 | 1 | -2/+2 | |
| | * | | | | | | | | | Load a separate config (if present) when running unit tests | Robin Appelman | 2014-01-17 | 4 | -5/+14 | |
| * | | | | | | | | | | Merge pull request #6849 from owncloud/checkupdate-reuse | icewind1991 | 2014-01-20 | 3 | -5/+8 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Reuse the data retrieved from the cache in checkUpdate | Robin Appelman | 2014-01-20 | 3 | -5/+8 | |
| * | | | | | | | | | | | Merge pull request #6851 from owncloud/files-fixtrashandversionrootsizecalc | Vincent Petry | 2014-01-20 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | When reading the size of "files" mountpoints need to be excluded | Vincent Petry | 2014-01-20 | 2 | -2/+2 | |
| | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #6842 from owncloud/fix-quotes-again-master | Jörn Friedrich Dreyer | 2014-01-20 | 2 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | adding a comment to the database schema | Thomas Müller | 2014-01-20 | 1 | -0/+1 | |
| | * | | | | | | | | | | Updating 3rdparty once more .... | Thomas Müller | 2014-01-20 | 1 | -0/+0 | |
| | | |_|/ / / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #6838 from owncloud/core-quotawrapperfailedfopenfix | Vincent Petry | 2014-01-20 | 2 | -1/+20 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Fixed quota wrapper to not wrap failed fopen streams | Vincent Petry | 2014-01-19 | 2 | -1/+20 | |
| * | | | | | | | | | | | Merge pull request #6827 from rnveach/fix_6730 | Morris Jobke | 2014-01-20 | 2 | -1/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | added trigger to redo selection text on a directory change | rnveach | 2014-01-17 | 1 | -0/+2 | |
| | * | | | | | | | | | | fixed selector string and removed all checkbox if it was selected | rnveach | 2014-01-17 | 1 | -1/+2 | |
| * | | | | | | | | | | | Merge pull request #6676 from aseques/check_internet_proxy | Thomas Müller | 2014-01-19 | 1 | -0/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Disabled internet checking as mentioned when in proxy mode | Joan | 2014-01-10 | 1 | -0/+5 | |
| * | | | | | | | | | | | | Merge pull request #6819 from owncloud/files-ispreviewenabledwarningfix | Vincent Petry | 2014-01-19 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Fixed isPreviewAvailable warnings in log | Vincent Petry | 2014-01-17 | 2 | -2/+2 | |
| | | |_|_|/ / / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #6721 from tsumi/patch-1 | Morris Jobke | 2014-01-18 | 1 | -0/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Useless else removed | tsumi | 2014-01-15 | 1 | -2/+0 | |
| | * | | | | | | | | | | | Added SVG fallback to apps settings popup | tsumi | 2014-01-10 | 1 | -0/+5 | |
| | | |_|_|_|/ / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #6784 from owncloud/fix-activation-of-unknown-apps | Morris Jobke | 2014-01-18 | 2 | -12/+15 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | don't enable files_external tests | Thomas Müller | 2014-01-17 | 1 | -1/+1 | |
| | * | | | | | | | | | | | properly handle app activation for unit testing | Thomas Müller | 2014-01-15 | 1 | -12/+12 | |
| | * | | | | | | | | | | | error handling in case a requested app doesn't exists | Thomas Müller | 2014-01-15 | 1 | -0/+3 | |
| | | |_|_|_|/ / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #6818 from owncloud/add_documentation_to_appinfo | Morris Jobke | 2014-01-18 | 5 | -4/+49 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | added website field | Bjoern Schiessle | 2014-01-17 | 3 | -18/+25 | |
| | * | | | | | | | | | | | distinguish app links from doc links | Bjoern Schiessle | 2014-01-17 | 3 | -3/+4 | |
| | * | | | | | | | | | | | show link to app documentation | Bjoern Schiessle | 2014-01-17 | 4 | -1/+34 | |
| | * | | | | | | | | | | | add link to documentation | Bjoern Schiessle | 2014-01-17 | 1 | -0/+4 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Add isReadable, isUpdateable, isDeletable, isShareable | Robin Appelman | 2014-01-24 | 2 | -1/+65 | |
* | | | | | | | | | | | | undo 3rdparty change | Robin Appelman | 2014-01-20 | 1 | -0/+0 | |
* | | | | | | | | | | | | undo 3rdparty change | Robin Appelman | 2014-01-20 | 1 | -0/+0 | |
* | | | | | | | | | | | | Merge branch 'master' into fileinfo | Robin Appelman | 2014-01-17 | 33 | -85/+269 | |
|\| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #6812 from owncloud/tests-fixcachesyntaxforoldphp | Thomas Müller | 2014-01-17 | 1 | -2/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ |