Robin McCorkell
0dc7181335
Merge pull request #18441 from owncloud/ext-backends.advanced
Migrate advanced external storage backends to new registration API [part 3]
10 years ago
Bernhard Posselt
2e7d50b723
Merge pull request #18991 from owncloud/public-resolve
Make resolve public to avoid boiler plate code
10 years ago
Bernhard Posselt
fd74522804
make resolve public to avoid boiler plate code
add resolve to public interface
10 years ago
Jenkins for ownCloud
ca921fa1e7
[tx-robot] updated from transifex
10 years ago
Frank Karlitschek
7562e4959b
Merge pull request #18658 from owncloud/configurable-temp
Configurable temporary directory
10 years ago
Jenkins for ownCloud
9860a79441
[tx-robot] updated from transifex
10 years ago
Georg Ehrke
4660fefd01
enforce loading icon in sidebar to be 32x32
10 years ago
Lukas Reschke
1924dd348a
Merge pull request #18653 from owncloud/dav-stream-guzzle
stream webdav downloads using http client
10 years ago
Lukas Reschke
0468a7dfd4
Merge pull request #18977 from owncloud/fix-mimetype-reset
Add reset method to mimetype loader
10 years ago
Lukas Reschke
437882c284
Merge pull request #18963 from owncloud/ext-fix-fallbacks
Update isCertificateImportAllowed() check to new API
10 years ago
Robin McCorkell
188d0e09b8
Add reset method to mimetype loader
Used to solve concurrency issues
10 years ago
Lukas Reschke
b8f7d85570
Merge pull request #18778 from owncloud/locking-setup-warnings
Replace server status message about transitional file locking with se…
10 years ago
Robin McCorkell
57e49d2005
Merge pull request #18733 from owncloud/ext-dependencycheck
Make checkDependencies a real method
10 years ago
Robin McCorkell
732987b99f
Make doc links inline
10 years ago
Robin McCorkell
e99988b9c7
Merge pull request #18676 from owncloud/ext-eventdispatcher
files_external event dispatcher
10 years ago
Jenkins for ownCloud
ee1b57d15d
[tx-robot] updated from transifex
10 years ago
Robin McCorkell
d67251fe4c
Remove storing storage_id in mount.json
One mount configuration does not necessarily map to a single storage,
due to `$user` substitution or special auth mechanisms.
10 years ago
Robin McCorkell
27bc781cba
Update isCertificateImportAllowed() check to new API
10 years ago
Robin McCorkell
620173c792
Merge pull request #18851 from owncloud/memcached-getallkeys-fallback
Fallback to complete Memcached flush if getAllKeys fails
10 years ago
Lukas Reschke
fb717f254f
Merge pull request #18699 from owncloud/notification-manager
Notification manager
10 years ago
Robin Appelman
d032d2f0f4
Add documentation links for transactional locking
10 years ago
Lukas Reschke
89cd929560
Merge pull request #17791 from owncloud/make-eventsource-compatible-with-win10
Add custom CSP for Win 10 compatibility
10 years ago
Lukas Reschke
5e0ad758cf
Merge pull request #18948 from owncloud/easier-example-theme-defaults.php
[example theme] make it easier for non PHP people to understand what …
10 years ago
Morris Jobke
e6b798eea3
Merge pull request #18936 from owncloud/do-not-include-referer
Prevent referer from being sent
10 years ago
Morris Jobke
64203331bc
[example theme] make it easier for non PHP people to understand what to change
10 years ago
Jenkins for ownCloud
0ef7b84d77
[tx-robot] updated from transifex
10 years ago
Morris Jobke
f67a691215
Merge pull request #18895 from owncloud/make-code-analyzers-happier
Add proper PHPDoc
10 years ago
Lukas Reschke
436c149fbb
Prevent referer from being sent
Nice hardening for enhanced privacy. Especially useful when using embedded viewers such as files_pdfviewer.
10 years ago
Lukas Reschke
46a328a75a
Merge pull request #18873 from owncloud/enc_use_master_password
Allow admin to use a master key for all files
10 years ago
Lukas Reschke
6b22006f52
Merge pull request #18931 from owncloud/fix-files_sharing-breakage
Check if files_sharing is actually enabled before using it
10 years ago
Morris Jobke
7445afdb6f
Merge pull request #18925 from owncloud/change-risky-test
Rename data provider to avoid risky test warning
10 years ago
Robin McCorkell
29dd7d83c4
Check if files_sharing is actually enabled before using it
10 years ago
Lukas Reschke
a05ccd969c
Merge pull request #18913 from owncloud/put-in-single-field-for-speed
Put session data in single field for speed
10 years ago
Lukas Reschke
0943781ccf
Rename data provider to avoid risky test warning
```
06:49:56 There was 1 risky test:
06:49:56
06:49:56 1) OC\AppFramework\Http\JSONResponseTest::testRenderProvider
06:49:56 This test did not perform any assertions
```
10 years ago
Lukas Reschke
0b91087489
Write to session in batch at the end of the request
10 years ago
Lukas Reschke
e579dd62fd
Write session data to single key
This prevents decrypting values multiple times.
10 years ago
Lukas Reschke
bfa26db472
Use md5 over the version file to prevent cyclyc dependency
10 years ago
Morris Jobke
c4c9c5ffad
Merge pull request #18684 from owncloud/explicit-upgrade-version
Explicit upgrade version + prevent downgrades
10 years ago
Björn Schießle
acee9d4750
Merge pull request #18908 from owncloud/allow-0-as-password
Allow 0 and false as password
10 years ago
Jenkins for ownCloud
bf01c3d72a
[tx-robot] updated from transifex
10 years ago
Robin Appelman
9f11b27797
Use the view logic for getFolderContent for the node api
10 years ago
Lukas Reschke
8958247b4e
Merge pull request #18914 from owncloud/generate-requesttoken-only-once
Cache generated result
10 years ago
Lukas Reschke
a03422c55a
Cache generated result
Saves 50ms
10 years ago
Lukas Reschke
7cbf2bc56d
Allow 0 and false as password
When we use the check for "empty" here passwords such as 0 will not work.
Fixes https://github.com/owncloud/password_policy/issues/8
10 years ago
Bjoern Schiessle
b2e6d7b5f4
occ command to enable master key
10 years ago
Lukas Reschke
a7f132a964
Add proper PHPDoc
Makes my IDE happier when going through that file.
10 years ago
Morris Jobke
73d3839962
Merge pull request #18881 from owncloud/kill-sendfile
Remove XSendFile support
10 years ago
Lukas Reschke
75f939b8fe
Merge pull request #18882 from owncloud/load-all-apps-tests
Load all enabled apps in test bootstrap
10 years ago
Joas Schilling
38001d824b
Move interfaces to private until they are no longer experimental
10 years ago
Joas Schilling
59f37a8dfb
Add tests for the query()
10 years ago