Robin Windey
296c9beff6
Enbale apcu in devcontainer CLI
2023-04-04 16:37:39 +00:00
Robin Windey
a995e27e97
Add .vscode to expected files list
2023-04-03 09:42:27 +00:00
Robin Windey
3f69e1232d
Move git safe.directory to earlier stage
...
Signed-off-by: GitHub <noreply@github.com>
2023-03-31 13:53:06 +00:00
Robin Windey
dfa8a8c946
Configure line ending to let shell scripts work in Windows ENV
...
Signed-off-by: GitHub <noreply@github.com>
2023-03-31 13:53:06 +00:00
Robin Windey
dfbd1fbe79
Dedicated DevContainer user + NVM
...
* Use dedicated DevContainer user to run Apache (ensure file permissions)
* Install NVM for node
Signed-off-by: GitHub <noreply@github.com>
2023-03-31 13:53:05 +00:00
Robin Windey
a32e8db703
Minor DevContainer adjustments
...
* Add gnupg2 to be able to sign commits
* Make sure /var/www/html always belongs to www-data
* Add Git-History plugin
* Introduce dedicated entrypoint script
* Store Postgres database data in volume to be persistent
* Cleaner check if NC is already installed in setup.sh
* Add composer to DevContainer
Signed-off-by: GitHub <noreply@github.com>
2023-03-31 13:53:04 +00:00
Robin Windey
79fb336d35
Use ubuntu jammy and cleanup Dockerfile
...
Signed-off-by: GitHub <noreply@github.com>
2023-03-31 13:53:04 +00:00
Robin Windey
16c14c059d
Minor improvements for devcontainer
...
* Autostart apache2
* Apply occ installation on start
* Autostart Xdebug on request
* Add DevContainer Xdebug profile
Signed-off-by: GitHub <noreply@github.com>
2023-03-31 13:53:03 +00:00
Stephan
81df7d636e
Proposed change to in-build docker-compose.yml and Dockerfile. The current implementation uses php 7.4, which is no longer compatible with the required PHP version of the server. I upped this to PHP 8.1
...
List of changes:
- Upped PHP Version to 8.1
- Added Apache Webserver so the Container works "out of the box" after docker-compose up -d
- Mounting whole project as volume to /var/www/html in docker-compose.yml (and set WORKDIR to /var/www/html)
Tested in a Docker for Windows environment.
2023-03-31 13:38:26 +00:00
Valdnet
a1aa4491ac
Merge pull request #37478 from silopolis/stringfix
...
String fix
2023-03-31 10:35:10 +02:00
Joas Schilling
5da480a9b8
Merge pull request #37486 from nextcloud/fix/noid/default_lang-doc
...
fix default_language doc
2023-03-31 08:51:52 +02:00
Nextcloud bot
9f1eacd67e
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-31 02:28:06 +00:00
Pytal
c53e052b6c
Merge pull request #37459 from nextcloud/enh/a11y-update-notif-select
2023-03-30 17:30:40 -07:00
Christopher Ng
928e7811c9
Port update notification select
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-03-30 10:20:48 -07:00
Arthur Schiwon
ddc423ab39
fix default_language doc
...
Since commit 0228bc6e66 the browser
language always is preferred.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-03-30 16:23:03 +02:00
Julien Veyssier
636c2415cc
Merge pull request #37452 from nextcloud/fix/missing-interface-methods
...
Add missing interface methods
2023-03-30 14:55:51 +02:00
Simon L
2811532e83
Merge pull request #37378 from nextcloud/enh/noid/fix-avatar-generation
...
fix the avatar generation on Alpine Linux
2023-03-30 14:20:55 +02:00
Julius Härtl
5e7e3eb665
Merge pull request #37425 from nextcloud/fix/fix-since-version-number-for-app-loading
2023-03-30 13:20:11 +01:00
Côme Chilliet
da4c5a0339
Merge pull request #37360 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2023-03-30 13:42:35 +02:00
Jérémie Tarot (@silopolis)
0cdf8baed8
fix(text): Fix small typo in app description
...
Signed-off-by: Jérémie Tarot (@silopolis) <silopolis@gmail.com>
2023-03-30 12:57:49 +02:00
jld3103
02f9c3a06f
Use implementations instead of interfaces for accessing private methods
...
Signed-off-by: jld3103 <jld3103yt@gmail.com>
2023-03-30 12:33:46 +02:00
Jérémie Tarot (@silopolis)
78e9e77b9a
chore(git): Add VSCode *.code-workspace files to gitignore
...
Signed-off-by: Jérémie Tarot (@silopolis) <silopolis@gmail.com>
2023-03-30 12:32:33 +02:00
Arthur Schiwon
488dde12cd
Merge pull request #37448 from nextcloud/fix/12281/hide-deleted-shared-groupfolder-files
...
hide shared files located in group folder's trash bin
2023-03-30 10:31:16 +02:00
nextcloud-command
fc82e75519
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2023-03-30 04:13:15 +00:00
Nextcloud bot
2eda49e28d
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-30 02:27:36 +00:00
Pytal
63b90d49a7
Merge pull request #37435 from nextcloud/enh/a11y-logo-label
2023-03-29 17:22:33 -07:00
Christopher Ng
4f8e916585
Add label for logo link
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-03-29 13:36:45 -07:00
Kate
fc371facd2
Merge pull request #36667 from nextcloud/fix/ocm-validation-errors
...
Fix OCM validation errors
2023-03-29 20:47:49 +02:00
Simon L
6a91d105b9
another approach to fixing the avatar generation
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-03-29 12:42:58 +02:00
Julia Kirschenheuter
31f4f4117e
Merge pull request #37423 from nextcloud/fix/37422-Remove_custom_tooltips_from_entries_of_contacts_menu
...
Replace custom tooltips with native ones of entries in contacts menu.
2023-03-29 12:24:03 +02:00
julia.kirschenheuter
ccf92975f3
Replace custom tooltips with native ones of entries in contacts menu.
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-03-29 10:41:53 +02:00
Nextcloud bot
b129cea7da
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-29 02:27:48 +00:00
Arthur Schiwon
28e7235f87
hide shared files located in group folder's trash bin
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2023-03-28 14:13:12 +02:00
John Molakvoæ
8ee52d35b8
Merge pull request #37405 from nextcloud/clear-site-data
...
Send Clear-Site-Data header and let browsers ignore it if unsupported
2023-03-28 14:02:00 +02:00
Git'Fellow
346054f854
Fix tests
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2023-03-28 09:41:04 +02:00
Joas Schilling
7db8e22207
Merge pull request #37437 from nextcloud/bugfix/noid/fix-rst-parsing-sample-config
...
fix(docs): Fix RST parsing of the sample config
2023-03-28 09:04:18 +02:00
Joas Schilling
ab1af9952f
fix(docs): Fix RST parsing of the sample config
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-03-28 07:49:01 +02:00
Nextcloud bot
3ad93182d6
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-28 02:19:25 +00:00
Côme Chilliet
2afe26726b
Merge pull request #37309 from nextcloud/fix/bump-icewind/streams-to-0.7.7-in-master
...
Bump icewind/streams to 0.7.7 in master
2023-03-27 17:30:29 +02:00
Côme Chilliet
adb885755a
Update 3rdparty to merge commit
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-03-27 15:52:21 +02:00
Côme Chilliet
16f2987b43
Fix update-3rdparty command target branch computation
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-03-27 15:51:04 +02:00
Arthur Schiwon
0be7548e22
Merge pull request #37346 from nextcloud/fix/34557/undefined-getExtStorageHome
...
fix undefined method getExtStorageHome()
2023-03-27 15:33:57 +02:00
Côme Chilliet
e94a689bca
Fix version number in phpdoc for app loading refactor
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-03-27 14:27:23 +02:00
Joas Schilling
6741b37356
Merge pull request #37198 from nextcloud/bugfix/noid/reference-image-log
...
fix(references): Do not log errors on 404 responses of opengraph image fetching
2023-03-27 13:56:39 +02:00
Julia Kirschenheuter
1e85cb135e
Merge pull request #37421 from nextcloud/fix/36916-The_list_of_contacts_represents_a_list,_but_it_was_not_marked_as_such
...
Change contactsmenu structure to a list
2023-03-27 13:28:49 +02:00
Nextcloud bot
7803ba18b3
Fix(l10n): 🔠 Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-27 10:18:15 +00:00
Louis
779b242eb4
Merge pull request #37364 from nextcloud/nc-version
...
Ask for Nextcloud version on issue reporting
2023-03-27 11:53:31 +02:00
Louis
130440eedd
Merge pull request #37380 from Jerome-Herbinet/patch-15
...
Fix 2FA blocks' width on login screen
2023-03-27 11:45:31 +02:00
julia.kirschenheuter
db0670f0cb
Change contactsmenu structure to a list
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-03-27 10:48:59 +02:00
Simon L
985f7caa99
Merge pull request #37416 from nextcloud/fix/37415
...
Add back missing dashboard version
2023-03-27 09:57:23 +02:00