Lukas Reschke
e1f52fc901
Stricter phan config fixes
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Nextcloud bot
456392e627
[tx-robot] updated from transifex
8 years ago
Roeland Jago Douma
fa2f122e09
Merge pull request #5890 from nextcloud/fix-403-and-404-redirect
Fix 403 and 404 redirect
8 years ago
Roeland Jago Douma
f71dc7523f
Fix tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years ago
Roeland Jago Douma
3548603a88
Fix middleware implementations signatures
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years ago
Roeland Jago Douma
72eb610b3d
Prop argument type for Middleware
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years ago
Roeland Jago Douma
973b859cdd
Merge pull request #5910 from benediktg/test-php-7.1
Also test PHP 7.0 with PostgreSQL
8 years ago
Lukas Reschke
bef4f015ee
Remove setUidAsDisplayName
This code is a leftover from the old Shibboleth implementation from ownCloud days, nowadays it causes more issues than it does good (such as https://github.com/nextcloud/user_saml/pull/137 ). Let's remove it for the future thus.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Marin Treselj
f53db38c03
Change id to class in the main share template
Signed-off-by: Marin Treselj <marin@pixelipo.com>
8 years ago
Benedikt Geissler
8a3f3e8c4a
Drop PHP 7.1 test
Signed-off-by: Benedikt Geissler <benedikt@g5r.eu>
8 years ago
Benedikt Geissler
ade7d89e36
Also test PHP 7.0 and 7.1 with PostgreSQL
Signed-off-by: Benedikt Geissler <benedikt@g5r.eu>
8 years ago
Morris Jobke
7b2c08a31a
Merge pull request #5905 from nextcloud/ocp-config
Use IConfig instead of static OCP\Config
8 years ago
Roeland Jago Douma
3c4ac6060a
Merge pull request #5908 from nextcloud/add-css-icon
Add css class for toogle preview icon
8 years ago
Roeland Jago Douma
baee0b4bcc
Merge pull request #5913 from nextcloud/fix-anchor-name
Fix anchor name for federated sharing settings
8 years ago
Roeland Jago Douma
13469ec49c
Merge pull request #5922 from nextcloud/master-add-brackets-on-concat-method
[master]Add brackets around concat statements so comparing the result works as intended
8 years ago
Morris Jobke
a309fa7d6b
Disable default activity email for incoming shares
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years ago
Nextcloud bot
97d06a7698
[tx-robot] updated from transifex
8 years ago
Nextcloud bot
98b664a000
[tx-robot] updated from transifex
8 years ago
Nextcloud bot
b43abf7512
[tx-robot] updated from transifex
8 years ago
Joas Schilling
50912fb94f
Add brackets around concat statements so comparing the result works as intended
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Marin Treselj
086ce709f7
Fixes nextcloud/gallery#269
Signed-off-by: Marin Treselj <marin@pixelipo.com>
8 years ago
Morris Jobke
09e7d12157
Merge pull request #5915 from nextcloud/update-drone
Update drone
8 years ago
Morris Jobke
c85b7e6ae3
Move all DB tests to top, because they are long running
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years ago
Morris Jobke
0948365809
Update all drone images to latest version
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years ago
Morris Jobke
c43abe43b0
Send an email once a file/folder is shared with a user
* only if user has set an email address
* only for user shares (no group shares for now)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years ago
Morris Jobke
fae327799b
Fix anchor name for federated sharing settings
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years ago
Nextcloud bot
baa6db3539
[tx-robot] updated from transifex
8 years ago
Morris Jobke
dc58206ded
Merge pull request #5852 from nextcloud/preview_trash_cleanup
Preview trash cleanup
8 years ago
Morris Jobke
2bc924af96
Add css class for toogle preview icon
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years ago
Morris Jobke
c7757b07f8
Merge pull request #5644 from nextcloud/add-occ-app-install
add occ app:install command
8 years ago
Lukas Reschke
f22ab3e665
Add metadata to \OCP\AppFramework\Http\Response::throttle
Fixes https://github.com/nextcloud/server/issues/5891
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Morris Jobke
c27498db71
Use IConfig instead of static OCP\Config
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years ago
Morris Jobke
63aa12e38c
Merge pull request #5895 from nextcloud/fix-password-change
Fix show password button for password change
8 years ago
Nextcloud bot
65ade4b6d5
[tx-robot] updated from transifex
8 years ago
Morris Jobke
8f0a0c805e
Fix show password button for password change
* fix the show password button on the personal page
* before: if the password change failed the show password icon was not shown again
* after: show password icon is visible
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years ago
Morris Jobke
50b355fa84
Merge pull request #5614 from nextcloud/fix-enabling-external-storage-via-web
Allow to enable the external storage app via the web ui
8 years ago
Lukas Reschke
eb8cd4b80e
Merge pull request #5888 from nextcloud/overlay-on-show-password
This fix the overlay of the complexity bar
8 years ago
Morris Jobke
3aa5010714
Merge pull request #5874 from nextcloud/edu-edition
Add new bundle
8 years ago
Morris Jobke
0de90cfc67
Fix 403 and 404 redirect
* Nextcloud is not properly loaded in the standalone version (especially the theming)
* it is already not listed anymore in the Nginx config (see nextcloud/documentation#392 )
* the index.php-free version doesn't support this
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years ago
Maxence Lange
a8f4b33cd5
This fix the overlay of the complexity bar
Signed-off-by: Maxence Lange <maxence@nextcloud.com>
8 years ago
sualko
4868e191d7
update autoloader
Signed-off-by: sualko <klaus@jsxc.org>
8 years ago
sualko
7720e19e10
add namespace
Signed-off-by: sualko <klaus@jsxc.org>
8 years ago
sualko
3e62a25155
add occ app:install command
Signed-off-by: Klaus Herberth <klaus@jsxc.org>
9 years ago
Joas Schilling
28290d8691
Allow to enable the external storage app via the web ui
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Morris Jobke
174cd4f478
Merge pull request #5871 from nextcloud/drone-postgres
Drone postgres
8 years ago
Lukas Reschke
013d7483bf
Add new bundle
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years ago
Nextcloud bot
da31a30edb
[tx-robot] updated from transifex
8 years ago
Lukas Reschke
3faef644a1
Merge pull request #5864 from nextcloud/legacy_user
Remove legacy OC_User_Backend and OC_User_Interface
8 years ago
Lukas Reschke
63676d3b24
Merge pull request #5836 from nextcloud/preview_update
Empty search no longer works
8 years ago
Lukas Reschke
68c4fc2506
Merge pull request #5772 from nextcloud/migrations-install
Install nextcloud via migrations instead of the db_structure.xml
8 years ago