Vincent Petry
093e9dd422
Add route to resolve fileid to files app URL
The following routes will redirect to the files app and display the
matching folder. If the fileid is a file, it will scroll to it.
- http://localhost/owncloud/index.php/f/$fileid
- http://localhost/owncloud/index.php/files/?dir=somedir&fileid=$fileid
10 years ago
Jenkins for ownCloud
cd7f4ed96f
[tx-robot] updated from transifex
10 years ago
Vincent Chan
5f2a19e965
fixes indentation
10 years ago
Vincent Chan
bc0d136511
adds functionality to submit comments with cmd+Enter
10 years ago
Joas Schilling
9ad4a89816
Move comments, systemtags and updatenotifications to PSR-4
10 years ago
Thomas Müller
cc1d948c2e
Add background job declaration of dav app to info.xml
10 years ago
Jenkins for ownCloud
1974ae8da7
[tx-robot] updated from transifex
10 years ago
Vincent Chan
7ac1cb68f6
Submit comment on ctrl+Enter
closes #24302
10 years ago
Roeland Jago Douma
354329acf2
Cleanup Files_Sharing CLASSPATH
* OC\Files\Cache\SharedScanner
* OC\Files\Cache\Shared_Cache
* OC\Files\Cache\Shared_Permissions
* OC\Files\Cache\Shared_Updater
* OC\Files\Cache\Shared_Watcher
* OCA\Files\Share\Maintainer
* OCA\Files\Share\Proxy
10 years ago
Thomas Müller
b10dcfc3b7
Fixing local event delivery for calendar events based on the email address
10 years ago
Joas Schilling
7bfc617b03
Move activity manager to the namespace
10 years ago
Thomas Müller
8486926a14
Add provisioning api to enable and disable users
10 years ago
Roeland Jago Douma
45d618a133
Remove dead code
Ancient files_sharing updater code I came across.
10 years ago
Jenkins for ownCloud
a323111bd1
[tx-robot] updated from transifex
10 years ago
Jenkins for ownCloud
ff8980d59c
[tx-robot] updated from transifex
10 years ago
Roeland Jago Douma
8a652d1238
Unlock before all returns
10 years ago
Roeland Jago Douma
420b5273b1
There is no need to do old etag propagation
Etags are calculated differently now and don't require manual updating.
10 years ago
Roeland Jago Douma
62bc53143e
Add locking to modifying operation of the OCS Share API
Fixes #17243
This is done in the OCS Share API instead of the share manager since we
want lazy shares in general. However when doing modifying calls via the
OCS Share API it is fine to force real nodes.
* Updated unit tests to work with logging
10 years ago
Jenkins for ownCloud
023c8b0eac
[tx-robot] updated from transifex
10 years ago
Vincent Petry
4326d73ff6
Fix SMB storage to not normalize UTF8
This makes sure that even if a NFD file name exists, it is found by the
storage and will be visible to higher layers. Even though the file will
be discarded anyway there, it gives the scanner a chance to display a
warning at least.
10 years ago
Vincent Petry
61203eee04
Add files:scan warning when NFD or incompatible encoding found
10 years ago
Thomas Müller
dda942a917
firstoccurence and lastoccurence have a length now - triggering BIGINT on postgres - refs #24221
10 years ago
Thomas Müller
22ff97256e
Test an event in the far future - refs #24221
10 years ago
Jenkins for ownCloud
1f63e8df61
[tx-robot] updated from transifex
10 years ago
Jenkins for ownCloud
ba0099f73a
[tx-robot] updated from transifex
10 years ago
Jenkins for ownCloud
2b67f87ea8
[tx-robot] updated from transifex
10 years ago
Robin Appelman
1cc17436f7
update icewind/streams to 1.1.0
10 years ago
Bjoern Schiessle
d86f8ba5f8
if we don't have a encrypted file key we can return a empty string right away
10 years ago
Bjoern Schiessle
088ffd05d7
don't create a private-/public-key pair for each user if the master key is enabled
10 years ago
Jenkins for ownCloud
14c3491977
[tx-robot] updated from transifex
10 years ago
Arthur Schiwon
3e26e1ec16
LDAP Wizard: reset connection status indicator when switching LDAP config
10 years ago
Robin Appelman
dbfdc6282a
do propagation in a single query
10 years ago
Robin Appelman
ca5b189522
add test
10 years ago
Robin Appelman
7e8fd2c639
don't get the config for the same mount multiple times
10 years ago
Joas Schilling
9491d0f65b
Add missing use statement
10 years ago
Roeland Jago Douma
5e9b618604
Translate OCS Share API error messages
For https://github.com/owncloud/core/issues/22209
10 years ago
Joas Schilling
d4c9566cd5
Translate the current user with "You ..."
10 years ago
Jenkins for ownCloud
dab4633300
[tx-robot] updated from transifex
10 years ago
Jenkins for ownCloud
4dc17e4863
[tx-robot] updated from transifex
10 years ago
Jenkins for ownCloud
afce892e9c
[tx-robot] updated from transifex
10 years ago
Arthur Schiwon
203b0e9cba
on clone Connection, do not take over the existing LDAP resource
For one, it solves potential conflicts when using the resource. For the
other, one on the login check (the only place where a clone happens
currently) we do not need to rebind after confirming the user's login
was successful.
10 years ago
Björn Schießle
e10105474f
move federated sharing settings to the federatedfilesharing app
10 years ago
Jenkins for ownCloud
ded84bf571
[tx-robot] updated from transifex
10 years ago
Christoph Wurst
df2a9d1733
OCA.Files.App is not available on public page
10 years ago
Thomas Müller
1d1247069f
Birthday calendar should never have write acl - fixes #24154
10 years ago
Robin Appelman
b7867e9368
Add unit tests for shared size propagation with encryption
10 years ago
Thomas Müller
38c7296867
Personal calendar should be generated even if the birthday calendar already exists - fixes #24082
10 years ago
Jenkins for ownCloud
02ecd040e6
[tx-robot] updated from transifex
10 years ago
Morris Jobke
62a59854f0
Fix LDAP race conditions
* getFromCache is wrapped in isCached
* inbetween the two calls the cache entry hits it's TTL
* getFromCache returns null
* this fix only checkes if the returned value is null and
return only non-null values
10 years ago
Björn Schießle
e906796f99
ask for share-permissions on propfind
10 years ago