https://github.com/owncloud/core

sort by:
Revision Author Date Message Commit Date
f6e2de4 delete unused notification divs 15 May 2017, 08:16:00 UTC
8f0d125 Merge pull request #27863 from arunjohnkuruvilla/master Fix #27851 - Copy option gets the correct Public Link 15 May 2017, 07:50:58 UTC
f93f206 Fix #27851 - Copy option gets the correct Public Link - Added cid to identifier 15 May 2017, 07:45:27 UTC
639dafd Disallow listing of public calendars 12 May 2017, 14:16:37 UTC
4522d2a Merge pull request #27548 from owncloud/anon-upload Upload-only link shares 12 May 2017, 13:44:10 UTC
cfa68e5 Update upload-only drop area text 12 May 2017, 13:42:57 UTC
05d5b21 test if saucelab_sessionid file exists 12 May 2017, 10:46:53 UTC
18ed522 do not test on ancient browsers 12 May 2017, 10:46:53 UTC
a8b9042 only update saucelab status if $SAUCE_USERNAME&$SAUCE_ACCESS_KEY given 12 May 2017, 10:46:53 UTC
f7a8a11 set saucelabs status & other optimizations 12 May 2017, 10:46:53 UTC
944b86c skip test on Internet Explorer 12 May 2017, 10:46:53 UTC
d6ffd1b run UI tests in multiple browsers 12 May 2017, 10:46:53 UTC
9c30ac2 provide function to find the first default enabled app theme, initialize app theme during installation or update wizard 12 May 2017, 09:32:13 UTC
343a3ed Remove 'Warning: ' 12 May 2017, 09:20:46 UTC
faef28a Add permanent link share privacy warning 12 May 2017, 09:20:46 UTC
9f644c4 Add maintenance mode plugin to new dav endpoint 12 May 2017, 09:17:13 UTC
1bc6e39 Some user backends no not allow listing of users - we cannot sync these backends. 12 May 2017, 09:03:59 UTC
c821ba8 Fix env setting syntax in travis matrix entries The command strings with a semi-colon like: ``` env: DB=sqlite;TC=syntax;TEST_DAV=0 ``` are actually setting the first var (DB) as an export (env var). Then the semi-colon ends that command, and TC is set just as a local var, then TEST_DAV is also set just as a local var. That is and odd and I'm sure unintended thing. We get away with it here, because the "global" section further up already has exported env vars TC and TEST_DAV. In bash, once you have exported a var as an env var, you get it "local" for free. And when you change the value of the local var, bash kindly updates the value of the env var for you also. But if you were to use a new var name that was not already an env var (set from elsewhere), then it would just get set as a local var. If you then later try to use it inside some script or some program that is a child process, you will not see the var. Putting spaces between the vars sends them all to the "export" command, which happily takes a space-separated list. This change will make life easier for future maintainers, by not having the accidental env var followed by local var definitions. 12 May 2017, 08:58:28 UTC
7895c10 Add missing Whens 12 May 2017, 08:16:24 UTC
5c5229f Tabify behat file for sharing tests 12 May 2017, 08:16:23 UTC
9613f7f Add JS unit tests for PublicUploadView 12 May 2017, 08:16:23 UTC
e59bef4 Remove confused and unused port arg in OC.Files.Client constructor 12 May 2017, 08:03:55 UTC
b15209a Added progress bar for public upload-only page 12 May 2017, 08:03:55 UTC
04a3c6c Restyled public upload-only drop zone 12 May 2017, 08:03:55 UTC
2235788 Improve error handling for public upload, generic messages though 12 May 2017, 08:03:54 UTC
8374751 Throw NotFound exception when link share source not found Plus some bonus integration tests 12 May 2017, 08:03:54 UTC
18a67f4 Add Sabre Autorename plugin for public upload Introduces a new header X-OC-Autorename that tells the autorename plugin to automatically rename a file if the target already exists. Currently only used and applied for upload-only shares. 12 May 2017, 08:03:53 UTC
1b15963 Prevent download non-readable link share 12 May 2017, 07:38:11 UTC
6dbaf7b Add capability for upload-only feature 12 May 2017, 07:38:11 UTC
10d57c8 Adjust dialog wordings 12 May 2017, 07:38:11 UTC
485da7f Add integration tests for upload-only feature 12 May 2017, 07:38:11 UTC
7b73cd4 Upload-only form for public link page 12 May 2017, 07:38:11 UTC
d9b2439 Allow setting create-only permission in share manager 12 May 2017, 07:38:11 UTC
b621ea2 Let the upload-only permission pass through OCS Share API 12 May 2017, 07:38:10 UTC
365c6a4 Add checkbox to remove listing permission in public links 12 May 2017, 07:38:10 UTC
424409e [tx-robot] updated from transifex 12 May 2017, 00:00:10 UTC
2058180 Fix #27851 - Copy option gets the correct Public Link 11 May 2017, 18:10:06 UTC
902de7c [tx-robot] updated from transifex 11 May 2017, 00:00:43 UTC
63cbca9 Merge pull request #27683 from owncloud/external-customjs-appname Support for files_external customjs from apps 10 May 2017, 14:49:22 UTC
03caa51 Merge pull request #27826 from owncloud/trashbin-task-1557 Lowering the priority from error to debug 10 May 2017, 13:30:45 UTC
bd65dc3 Lowering the priority from error to debug Lowering the priority of the messages from error to debug. A minor modification of the message to make it look more meaningful. Signed-off-by: Sujith H <sharidasan@owncloud.com> 10 May 2017, 05:35:02 UTC
3d7e41c [tx-robot] updated from transifex 10 May 2017, 00:00:52 UTC
c6525b1 Setting the active navigation entry to 'files_index' is so wrong ... 09 May 2017, 21:50:49 UTC
b69736a Merge pull request #27835 from owncloud/for-qa-build-run-composer_dev_deps QA builds require dev dependencies 09 May 2017, 11:31:25 UTC
030673d Ignore ldap app in core repo now it is separated 09 May 2017, 10:08:20 UTC
ebaf2d4 QA builds require dev dependencies 09 May 2017, 10:05:36 UTC
f95c0f8 Merge pull request #27829 from owncloud/pmaier1-patch-1 Improve error message for blacklisted files 09 May 2017, 09:27:26 UTC
2161ca6 [tx-robot] updated from transifex 09 May 2017, 00:00:00 UTC
041f7d7 Improve error message for blacklisted files 08 May 2017, 12:53:37 UTC
84d1220 PHPDoc and easier usage of occ command 08 May 2017, 08:33:20 UTC
a7082b7 Add options to the user:sync command to handle accounts Allow answering after seeing the unknown users Remove "nothing" option and avoid using oneliners Add cli options for the available actions for missing accounts 08 May 2017, 08:33:20 UTC
1032143 Merge pull request #27817 from owncloud/qa-release Introduce dist-qa which generates a tar ball which includes all tests 08 May 2017, 07:18:14 UTC
4e5211b Merge pull request #27512 from owncloud/encryption-task-26847 This change helps user to switch between master keys 08 May 2017, 07:13:50 UTC
04f2ff4 Fix error message when settings section is not found 08 May 2017, 07:11:52 UTC
ff7ef09 [tx-robot] updated from transifex 07 May 2017, 00:00:04 UTC
263adeb This change helps user to switch between master and user specific keys. Signed-off-by: Sujith H <sharidasan@owncloud.com> 05 May 2017, 16:05:28 UTC
e53d738 Introduce dist-qa which generates a tar ball which includes all tests 05 May 2017, 14:47:28 UTC
3947df7 Support for files_external customjs from apps 05 May 2017, 07:57:37 UTC
8c80134 Fix editing of shared calendar objects - fixes https://github.com/owncloud/calendar/issues/794 05 May 2017, 06:54:39 UTC
9341a5a Fix carddav legacy endpoint 05 May 2017, 06:54:39 UTC
47756c7 add lecagy carddav test 05 May 2017, 06:54:39 UTC
29b89d3 Fix CalDavBackend to meet tests on legacy endpoint 05 May 2017, 06:54:39 UTC
ead6364 Addin caldav test suite for old endpoint 05 May 2017, 06:54:39 UTC
1fdbbf6 [tx-robot] updated from transifex 05 May 2017, 00:00:03 UTC
749bd8b Merge pull request #27406 from owncloud/EmojiTag Add tests for tag with emojis 04 May 2017, 12:56:31 UTC
819a757 Remove sharing subtab headers if no link share is allowed Because then there is only one tab to select, so only keep its body. 04 May 2017, 10:10:18 UTC
ad8adf7 Remove code about public upload obsoleted by multi link share 04 May 2017, 10:06:56 UTC
0b3966e Merge pull request #27668 from Rello/patch-1 don´t change folders with --repair-filecache 04 May 2017, 09:47:05 UTC
b0e46fa Merge pull request #27676 from imujjwal96/issue27440 Disable reset password link. Issue: #27440 04 May 2017, 09:39:11 UTC
7ceef9c Merge pull request #27737 from owncloud/kill-oc90-repair-steps kill RemoveOldShares 04 May 2017, 09:26:21 UTC
34a02c8 The expected string was wrong 04 May 2017, 09:09:02 UTC
72518f7 Add tests for tag with emojis 04 May 2017, 09:09:01 UTC
46bc5f1 Allow section registration in info.xml 04 May 2017, 07:46:28 UTC
9b3f5f1 renamed example theme to `theme-example` like suggested in our documentation example-theme is now theme-example thus updating the gitignore re-adding theme, because it committed as deleted because of the gitignore 04 May 2017, 07:21:59 UTC
8cbda87 mod_fcgid doesn't know `php_value`, specifically use it for mod_php5/7 04 May 2017, 07:21:38 UTC
50262df Fix missing translation of built-in section names 04 May 2017, 06:49:00 UTC
12ef34c Minor config.sample.php edits as per review comments 04 May 2017, 06:46:33 UTC
946862f Comment fixups for config.sample.php 04 May 2017, 06:46:33 UTC
27cc10b kill RemoveOldShares 04 May 2017, 05:05:32 UTC
9548c69 Merge pull request #27791 from owncloud/settings-sections-alignment Align quota in personal settings 04 May 2017, 05:03:34 UTC
3a0b28a Merge pull request #27795 from owncloud/inttest-etag-federation Covering support case about etag propagation 04 May 2017, 05:02:44 UTC
4d7a1e3 [tx-robot] updated from transifex 04 May 2017, 00:00:01 UTC
21cbc91 Create missing field in dav_shares 03 May 2017, 11:19:19 UTC
a809180 Checking etag using sharer 03 May 2017, 10:14:01 UTC
4f541fc Merge pull request #27793 from owncloud/inttests-having-same-tests-for-each-webdav-endpoint Inttests having same tests for each webdav endpoint 03 May 2017, 07:44:15 UTC
a59cc96 Pass by reference so missing users are forwarded properly 03 May 2017, 06:17:48 UTC
c06e1b6 [tx-robot] updated from transifex 03 May 2017, 00:00:01 UTC
798df9c Sending event when storages loaded 02 May 2017, 19:10:02 UTC
9cadd99 Removed old features and duplicated needed tests 02 May 2017, 15:42:42 UTC
a5c283e Split new and old features 02 May 2017, 14:40:12 UTC
7f8c59d Merge pull request #27750 from owncloud/test-custom-dav-props Integrations tests to check custom DAV properties persistence 02 May 2017, 14:17:49 UTC
ad650ed covering support case about etag propagation 02 May 2017, 12:45:59 UTC
2ea3702 Align quota in personal settings 02 May 2017, 10:13:36 UTC
cf39756 Fix systemtags comment I this this is just a copy-paste and forgot to edit from the parameter above. 02 May 2017, 07:40:03 UTC
5846bca Improvements according to review 02 May 2017, 07:32:27 UTC
91a4b1a Add Behat test to check persistence between share owner and recipient 02 May 2017, 07:32:27 UTC
a9ac053 Add Behat test to check persistence after the file is renamed 02 May 2017, 07:32:27 UTC
3bfabe9 Add Behat test to check custom DAV properties persistance 02 May 2017, 07:32:27 UTC
05ea288 Increase phantomjs timeout 02 May 2017, 07:29:15 UTC
36d6822 Null check before new TagService (#27308) * Null check before new TagService By ordering public shares, UserFolder and UserSession are null and lead to an Error while creating a TagService. * Update filelist.js check if a user is logged in before trying to persist sorting * fixed sorting for public shares * explicitly return null while TagService creation without being logged-in or having no home folder * revert commit 6fda6b2 because it did not fix the problem 02 May 2017, 07:16:02 UTC
back to top