Victor Dubiniuk
fef7fc1248
CLI commands to check app and core signatures
10 years ago
Thomas Müller
7568c40275
Merge pull request #22159 from owncloud/fix_21678
Gracefull handle link shares rename hook
10 years ago
Thomas Müller
0196f0e546
Merge pull request #22157 from owncloud/use-https-instead-of-http
Use HTTPS instead of HTTP
10 years ago
Roeland Jago Douma
f4edfb6dfb
Gracefull handle link shares rename hook
Fixes #21678
The hook is called on all renames. However when we use a link share
the getUserFolder fails. We now just opt out.
10 years ago
Thomas Müller
e15a120f83
Merge pull request #22152 from owncloud/activities-for-comments
Activities for comments
10 years ago
Thomas Müller
f7e37984be
Merge pull request #22153 from owncloud/event-for-console-commands
Dispatch an event when a console command is run
10 years ago
Thomas Müller
e6a1e78149
Merge pull request #18194 from RealRancor/proxy_fcgi
Add mod_proxy_fcgi to .htaccess
10 years ago
Lukas Reschke
35e4acbc1f
Use HTTPS instead of HTTP
This is now supported by github.io
10 years ago
Joas Schilling
4056cca427
Only dispatch the delete event, when the deletion was successful
10 years ago
Joas Schilling
97b907335a
Dispatch an event when a console command is run
10 years ago
Thomas Müller
7dde2c773f
Merge pull request #22146 from owncloud/delete-email-address
Allow to delete the email address in user management
10 years ago
Thomas Müller
e6bab280a6
Merge pull request #22143 from owncloud/fix_12385
When a user is removed we should remove the right shares
10 years ago
Thomas Müller
a92a480967
Merge pull request #22149 from owncloud/scrutinizer-patch-1
Scrutinizer Auto-Fixes
10 years ago
Joas Schilling
733db5c14a
Add a filter for comment activities
10 years ago
Joas Schilling
070ff71a2d
Add activities for comments
10 years ago
Joas Schilling
e86dcdacc8
Dispatch events when adding, updating and deleting comments
10 years ago
Roeland Jago Douma
b50edf3222
Add intergration test
10 years ago
Scrutinizer Auto-Fixer
466a085253
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
10 years ago
Morris Jobke
f0752d7ba1
Allow to delete the email address in user management
10 years ago
Thomas Müller
342c2aac98
Merge pull request #20920 from owncloud/issue_20888
Add dialog to enter credentials on errored mount point
10 years ago
Roeland Jago Douma
5f521067d8
When a user is removed we should remove the right shares
* This means all the shares directly shared with them
* Or all group shares having a special share with them
This patch fixes the operator precedece (AND before OR).
So before this patch:
(share_with = <deleted user> AND share_type = 0) OR share_type=2
So it deleted all user specific shares
Now:
share_with = <deleted user> AND (share_type = 0 OR (share_type=2)
10 years ago
Thomas Müller
c8e136b7dc
Merge pull request #22118 from owncloud/post_update_permissions_hook
[Share 2.0] Add missing post_update_permissions hook
10 years ago
Thomas Müller
96ccbca2e3
Merge pull request #22135 from owncloud/global-auth-warning
fix warning caused by global auth
10 years ago
Jenkins for ownCloud
0ed2108b7f
[tx-robot] updated from transifex
10 years ago
Roeland Jago Douma
169874957a
Path should be relative
10 years ago
Roeland Jago Douma
b57aac0a89
[Share 2.0] Add missing post_update_permissions hook
10 years ago
Thomas Müller
f9aa5d2971
Merge pull request #22133 from owncloud/add-check-for-content
Add check for content
10 years ago
Vincent Petry
d4da2f0ac7
Improve credentials dialog usability a bit
Automatically focus on the first field.
Pressing enter submits the form.
10 years ago
Robin Appelman
b7d27ab141
fix warning caused by global auth
10 years ago
Thomas Müller
e22b2d8b63
Merge pull request #22130 from owncloud/fix-jsunit-filesclient
Fix jsunit filesclient
10 years ago
Thomas Müller
d8faeab421
Merge pull request #21766 from farukuzun/master
Add some mimetypes
10 years ago
Robin Appelman
d83b1f3b8b
fix error code for unconfigured user provided auth
10 years ago
Robin Appelman
b12d449ec7
set read permissions on failed mount root
10 years ago
Robin Appelman
e420ae068c
handle exception in availibilty check
10 years ago
Robin Appelman
53fbaf70c0
fix input type
10 years ago
Robin Appelman
2e3a5ccaaa
show failed external storages properly
10 years ago
Robin Appelman
4b4bf87f95
Use handlebars template
10 years ago
Jesús Macias
7162d66373
Fix PR from comments
10 years ago
Jesús Macias
8fa96435b0
Add credentials dialog for user provided auth
10 years ago
Thomas Müller
089b60cd25
Merge pull request #22107 from owncloud/external-auth-global
Add global auth backend for files external
10 years ago
Thomas Müller
1619968a03
Merge pull request #22111 from owncloud/use-intermediate-certificate
Use intermediate root authority + sign other release channels
10 years ago
Lukas Reschke
5ba6148bfe
Add check for content
The response may be a redirect which is always followed by jQuery. Thus leading to false positives depending on the server configuration (e.g. when it issues a 302)
To prevent that there is also a check performed on the response content.
10 years ago
Vincent Petry
23f0515771
Fix JS DAV files client unit tests
Instead of trying to mock the promise, just stub davclient.js' request
object.
10 years ago
Vincent Petry
8782004742
Small fixes in Dav files client
Remove double leading slash in path.
Add utf-8 in default content type.
10 years ago
Thomas Müller
52ce83993d
Merge pull request #22124 from owncloud/comments-author-check
Check for authorship on edit attempt
10 years ago
Thomas Müller
c62d499a89
Merge pull request #22126 from owncloud/share2_lazy_shares
Lazy shares
10 years ago
Robin Appelman
9dfe9f77f2
Add global auth backend for files external
10 years ago
Roeland Jago Douma
0f22a8db1d
Also add type (file/folder) to IShare object
We need this for the hooks :(
10 years ago
Roeland Jago Douma
2c0cb5a00e
Unit test for delete lazy shares
10 years ago
Roeland Jago Douma
e0bc128eb5
Add unit tests
10 years ago