webapp icon indicating copy to clipboard operation
webapp copied to clipboard

🖥 Web application for hosting Android applications and educational content

Results 152 webapp issues
Sort by recently updated
recently updated
newest added

Need to remove usage of deprecated methods & APIs, like: `URLEncoder.encode(contributor.getLastName());` should be replace everywhere with `URLEncoder.encode(contributor.getLastName(), "UTF-8");` OR org.apache.commons.validator.EmailValidator#isValid - EmailValidator is deprecated OR in jpa-persistence.xml HibernatePersistence is deprecated...

enhancement
good first issue

Relates to #1077

enhancement
ux/ui
good first issue

See `applicationContext.xml`. Create usage of a variable in the value of the `cacheSeconds` property, with a different value per environment: - [ ] DEV - [ ] TEST - [...

enhancement
good first issue

See http://hin.elimu.ai/content/word/edit/208 and http://hin.elimu.ai/content/word/edit/238

help wanted

See https://www.selenium.dev/maven/

Add REST API endpoint #1894 ### Purpose * Add data collection for VideoLearningEvents ### Technical Details ### Testing Instructions ### Screenshots --- ### Format Checks > [!NOTE] > Files in...

- Add REST API endpoint - Include unit tests - Input validation for the uploaded file - Add JPA `@Entity` - Create scheduled task importing CSVs to database - Update...