members don't want to add, they dissappaer
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 177
- Forks
- 68
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 60
Description
Fresh install of nextcloud. Update to 20.0.6
Circles didn't seem to be present in the nextcloud installation. I found that very strange, went looking in the apps folder and couldn't find circles there.
So Downloaded from github - version 0.20.6 - placed in folder nextcloud/apps
run occ app:install circles command. Response, circles already installed
run occ:enable circles. Response circles enabled.
root@nextcloudpi:/var/www/nextcloud# sudo -u www-data php occ app:check-code circles
Analysing /var/www/nextcloud/apps/circles/files/list.php
2 errors
line 3: OCP\User - Static method of deprecated class must not be called
line 3: OCP\User::checkLoggedIn - Method of deprecated class must not be called
Analysing /var/www/nextcloud/apps/circles/lib/GlobalScale/AGlobalScaleEvent.php
2 errors
line 255: != - is discouraged
line 256: != - is discouraged
App is not compliant
root@nextcloudpi:/var/www/nextcloud#
Would be nice if you would have a solution. For the moment we can not use the circles app.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported installation and enablement flow, then run occ app:check-code circles against apps/circles/files/list.php and apps/circles/lib/GlobalScale/AGlobalScaleEvent.php. Trace the reported compliance errors and the disappearing-member behavior; done means the Circles app can be enabled and used without these failures.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100