- refactored entire codebase
- while I made changes to some parts the app to make it compatible with new Nextcloud versions, the core code of the app had basically not changed since I took over the repo from the previous maintainer, it was time to change that
- no more interacting with the shares database directy
- removed composer autoloading (app has no non-dev depencencies anyways)
- Updated many dependencies
- Support for Nextcloud 29
- Support for Nextcloud 26
- Support for Nextcloud 25
- Updates are now compiled, bundled, signed and uploaded to the nextcloud appstore using krankerl
- Support for Nextcloud 24
- Support for Nextcloud 22 - 23
- Complete rewrite of the frontend
- There is no button in the share menu to rename the share anymore because the app now has its own tab in the sidebar, where the links can be edited.
- Dropped support for Nextcloud 9 - 17
- Multiple shared links with the same name could be created when using PostgreSQL.
- Translations
- Warning in Nextcloud log when renaming a link.
- Translations
- When there are more links for one share, the text copied from the clipboard button was not alway correct after renaming a link.
- Nextcloud 17 support
- Translations
- Translations
- A shared link cannot have the same name as a user.
- Nextcloud 16 support
- Translations
- Added hints that using this app can be a potential security risk when links can be guessed easily.
- Translations
- The maximum length of a shared link (32 characters) is now also checked in the Gallery app.
- When renaming is cancelled in the Gallery app, possibly shown error messages disappear.
- Translations
- Maximum length of a shared link: 32 characters. An error message will appear when this length is exceeded.
- Translations
- Tool tips are closed when renaming is cancelled.
- Correct translation on tool tip when link name is already used.
- Support for Nextcloud 15.
- Translations.
- After renaming a link, the social sharing links were not updated.
- Translations.
- New translations.
- Shared links can be renamed in the Gallery app.
- Required Nextcloud version changed from 14.0 to 14.
- Translations.
- Nextcloud 14 compatibility.
- Changed workflow of renaming a link.
- Shared links can be renamed in the Gallery app.
- Localization support.
- Link rename button title changed.
- Errors are shown as tooltip.
- When editing a link, the renaming can be performed with Enter. The operation can be cancelled with ESC.
- New app icon.
- Prepared for release in the Nextcloud app store.
- App passes the occ app:check.