Lukas Reschke
8f09d5b67c
Update license headers
10 years ago
Lukas Reschke
52ba14ed05
Update .mailmap
10 years ago
Lukas Reschke
f2a7888c5c
Generate AUTHORS file from commits
10 years ago
Thomas Müller
9a7a45bc37
Merge pull request #20010 from owncloud/add-tests-auth-plugin
Add tests for Sabre Auth plugin + make getCurrentUser compatible
10 years ago
Thomas Müller
cb31a7cfc5
Merge pull request #20037 from owncloud/phpseclib-dev-to-2.0.0
Bump 3rdparty for phpseclib-2.0.0
10 years ago
Thomas Müller
7e3b4754f6
Merge pull request #20031 from owncloud/remove-dead-code
Remove dead code from autoloader
10 years ago
Thomas Müller
d4d954b2d9
Merge pull request #19982 from owncloud/fix-link-sharing-regression-master
Ensure the password is only hashed in case it's changed on the client…
10 years ago
Roeland Jago Douma
ff680f50b2
Bump 3rdparty for phpseclib-2.0.0
10 years ago
Thomas Müller
1f32a3e485
Merge pull request #20030 from owncloud/autoload-files-external-optimize
Use optimized autoloader for files_external
10 years ago
Jenkins for ownCloud
e6d64783a0
[tx-robot] updated from transifex
10 years ago
Lukas Reschke
ff1271c7f3
Remove dead code
Those variables are never written to. Thus this is dead code which should be removed.
10 years ago
Lukas Reschke
b678eadc43
Use optimized autoloader for files_external
10 years ago
Lukas Reschke
172bcf2d51
Merge pull request #20026 from owncloud/LukasReschke-patch-1
Add HackerOne page to CONTRIBUTING.md
10 years ago
Lukas Reschke
bdae8ee9c4
Add HackerOne page to CONTRIBUTING.md
10 years ago
Lukas Reschke
4891e36432
Merge pull request #20024 from owncloud/optimized-autoloader
Use optimized autoloader for 3rdparty
10 years ago
Lukas Reschke
1fdecc4479
Use optimized autoloader for 3rdparty
10 years ago
Lukas Reschke
add164ef2d
Merge pull request #16957 from owncloud/throw-exception-if-file-does-not-exist
Throw exception on `getPath` if file does not exist
10 years ago
Lukas Reschke
13e817e901
Throw exception on `getPath` if file does not exist
Currently the `getPath` methods returned `NULL` in case when a file with the specified ID does not exist. This however mandates that developers are checking for the `NULL` case and if they do not the door for bugs with all kind of impact is widely opened.
This is especially harmful if used in context with Views where the final result is limited based on the result of `getPath`, if `getPath` returns `NULL` PHP type juggles this to an empty string resulting in all possible kind of bugs.
While one could argue that this is a misusage of the API the fact is that it is very often misused and an exception will trigger an immediate stop of execution as well as log this behaviour and show a pretty error page.
I also adjusted some usages where I believe that we need to catch these errors, in most cases this is though simply an error that should hard-fail.
11 years ago
Jenkins for ownCloud
eb10e3abc2
[tx-robot] updated from transifex
10 years ago
Jenkins for ownCloud
ba010a5aa4
[tx-robot] updated from transifex
10 years ago
Thomas Müller
9444954f48
Merge pull request #20013 from owncloud/guzzlehttp-guzzle-5.3.0
Bump 3rdparty for guzzlehttp/http to 5.3.0
10 years ago
Roeland Jago Douma
99c83e3e28
Bump 3rdparty for guzzlehttp/http to 5.3.0
Includes bump of react/promise to 2.2.1
10 years ago
Lukas Reschke
cddc9abc06
Add tests for Sabre Auth plugin + make getCurrentUser compatible
10 years ago
Thomas Müller
0aaef4c299
Merge pull request #20004 from owncloud/dont-lock-user-files
Dont lock /$user/files
10 years ago
Thomas Müller
190acd28e5
Merge pull request #19987 from owncloud/full_sabre_2.1.7
Bump 3rdparty to have full sabre/dav-2.1.7
10 years ago
Roeland Jago Douma
1f187d1ffd
Bump 3rdparty to have full sabre/dav-2.1.7
10 years ago
Thomas Müller
7afbf0f8c1
Merge pull request #19977 from owncloud/provisioning_api_integration_tests_apps_new_getusers
Provisioning api integration tests added app tests and getusers by a subadmin
10 years ago
Robin Appelman
9d7138aa50
Dont lock /$user/files
10 years ago
Thomas Müller
3d08964b64
Merge pull request #19957 from owncloud/volter-master
Expose syslog tag in the configuration
10 years ago
Steffen Lindner
7bbf586b9b
Add syslog_tag docu to sample config
10 years ago
Thomas Müller
e8b12a3c2c
Merge pull request #19970 from owncloud/encryption-getuidonboolean
Fix "Call to a member function getUID() on boolean" in Crypt
10 years ago
Thomas Müller
db48a937cf
Merge pull request #19990 from owncloud/stay-logged-in-wording
change wording from 'remember' to more understandable 'Stay logged in'
10 years ago
Roeland Jago Douma
9071e756a1
Fix for broken ajax/share.php endpoint
Even more code mess :(
All tests pass again. But I'm really not happy with this endpoint.
10 years ago
Jenkins for ownCloud
a341e786dd
[tx-robot] updated from transifex
10 years ago
Jan-Christoph Borchardt
aed9b2a626
change wording from 'remember' to more understandable 'Stay logged in'
10 years ago
Thomas Müller
7b5db9085d
Merge pull request #19980 from owncloud/fix-deleted-ldap-user-sharing
handle NoUserException in sharing code
10 years ago
Volker Fröhlich
711e1235ea
Expose syslog tag in the configuration
11 years ago
Thomas Müller
844c607a9a
Merge pull request #19973 from owncloud/pear_archive_tar-1.4.1
Bump 3rdparty for pear/archive_tar-1.4.1
10 years ago
Thomas Müller
4f5ff9c105
Ensure the password is only hashed in case it's changed on the client - fixes #19950
10 years ago
Morris Jobke
db25f41da8
handle NoUserException in sharing code
* setup LDAP users
* share from an LDAP user
* delete that LDAP user
* log in as share recipient
* before: unhandled NoUserException
* after: NoUserEception is logged and share is not shown anymore
10 years ago
Sergio Bertolin
64ea35af05
added tests for apps
10 years ago
Sergio Bertolin
5e9dc381b4
added test for getting users of a group being subadmin
10 years ago
Roeland Jago Douma
ac41d3d74d
Bump 3rdparty for pear/archive_tar-1.4.1
10 years ago
Thomas Müller
dc32bf4594
Merge pull request #19967 from owncloud/assetic_1.3.1
3rdparty bump for assetic-1.3.1
10 years ago
Joas Schilling
e0a56317fa
Fix "Call to a member function getUID() on boolean" in Crypt
10 years ago
Thomas Müller
e471600834
Merge pull request #19890 from owncloud/db-keep-shared-locks
Keep shared locks until the end of the request so we can reuse them
10 years ago
Thomas Müller
bbea8c3545
Merge pull request #19937 from owncloud/detailsview-donotopenonrename
Do not display details bar after rename
10 years ago
Thomas Müller
56fdb0ac93
Merge pull request #19935 from owncloud/issue-19916-settings-menu-hide-on-file-action
Use the normal OC.menu JS for handling the Settings menu
10 years ago
Thomas Müller
8ed0214818
Merge pull request #19931 from owncloud/fix-webui-upload-and-conflicts
Fix file upload, conflict dialog, also in public link
10 years ago
Roeland Jago Douma
5436ceff0c
3rdparty bump for assetic-1.3.1
10 years ago