Part-DB.Part-DB-server/migrations
Treeed 29f92d9bd3
Split attachment paths (#848)
* fixed attachment statistics for sqlite

* Split attachment path into internal and external path, so the external source URL can be retained after a file is downloaded

* Make internal and external path for attachments nullable, to make clear that they have no internal or external path

* Added migrations for nullable columns for postgres and mysql

* Added migration for nullable internal and external pathes for sqlite

* Added translations

* Fixed upload error

* Restrict length of filename badge in attachment edit view

* Improved margins with badges in attachment edit

* Added a link to view external version from attachment edit

* Let media_url  stay in API attachments responses for backward compatibility

---------

Co-authored-by: jona <a@b.c>
Co-authored-by: Jan Böhmer <mail@jan-boehmer.de>
2025-02-22 17:29:14 +01:00
..
.gitignore Updated to doctrine migrations 3.0. 2020-07-04 23:38:18 +02:00
Version1.php Added postgres to the AbstractMultiPlatformMigration class 2024-06-06 23:11:11 +02:00
Version20190902140506.php Added postgres to the AbstractMultiPlatformMigration class 2024-06-06 23:11:11 +02:00
Version20190913141126.php Added postgres to the AbstractMultiPlatformMigration class 2024-06-06 23:11:11 +02:00
Version20190924113252.php Added postgres to the AbstractMultiPlatformMigration class 2024-06-06 23:11:11 +02:00
Version20191214153125.php Added postgres to the AbstractMultiPlatformMigration class 2024-06-06 23:11:11 +02:00
Version20200126191823.php Added postgres to the AbstractMultiPlatformMigration class 2024-06-06 23:11:11 +02:00
Version20200311204104.php Added postgres to the AbstractMultiPlatformMigration class 2024-06-06 23:11:11 +02:00
Version20200409130946.php Added postgres to the AbstractMultiPlatformMigration class 2024-06-06 23:11:11 +02:00
Version20200502161750.php Added postgres to the AbstractMultiPlatformMigration class 2024-06-06 23:11:11 +02:00
Version20220925162725.php Added postgres to the AbstractMultiPlatformMigration class 2024-06-06 23:11:11 +02:00
Version20221003212851.php Added postgres to the AbstractMultiPlatformMigration class 2024-06-06 23:11:11 +02:00
Version20221114193325.php Added the required initial users and groups for the database migration 2024-06-09 00:11:58 +02:00
Version20221204004815.php Added postgres to the AbstractMultiPlatformMigration class 2024-06-06 23:11:11 +02:00
Version20221216224745.php Added postgres to the AbstractMultiPlatformMigration class 2024-06-06 23:11:11 +02:00
Version20230108165410.php Added postgres to the AbstractMultiPlatformMigration class 2024-06-06 23:11:11 +02:00
Version20230219225340.php Added postgres to the AbstractMultiPlatformMigration class 2024-06-06 23:11:11 +02:00
Version20230220221024.php Added postgres to the AbstractMultiPlatformMigration class 2024-06-06 23:11:11 +02:00
Version20230402170923.php Added postgres to the AbstractMultiPlatformMigration class 2024-06-06 23:11:11 +02:00
Version20230408170059.php Added postgres to the AbstractMultiPlatformMigration class 2024-06-06 23:11:11 +02:00
Version20230408213957.php Added postgres to the AbstractMultiPlatformMigration class 2024-06-06 23:11:11 +02:00
Version20230417211732.php Added postgres to the AbstractMultiPlatformMigration class 2024-06-06 23:11:11 +02:00
Version20230528000149.php Added postgres to the AbstractMultiPlatformMigration class 2024-06-06 23:11:11 +02:00
Version20230716184033.php Added postgres to the AbstractMultiPlatformMigration class 2024-06-06 23:11:11 +02:00
Version20230730131708.php Added postgres to the AbstractMultiPlatformMigration class 2024-06-06 23:11:11 +02:00
Version20230816213201.php Added postgres to the AbstractMultiPlatformMigration class 2024-06-06 23:11:11 +02:00
Version20231114223101.php Added postgres to the AbstractMultiPlatformMigration class 2024-06-06 23:11:11 +02:00
Version20231130180903.php Added postgres to the AbstractMultiPlatformMigration class 2024-06-06 23:11:11 +02:00
Version20240427222442.php Added postgres to the AbstractMultiPlatformMigration class 2024-06-06 23:11:11 +02:00
Version20240606203053.php Fixed the NatSortKey function where regex characters were improperly escaped in the old migration 2024-07-28 17:08:55 +02:00
Version20240728145604.php Fixed the NatSortKey function where regex characters were improperly escaped in the old migration 2024-07-28 17:08:55 +02:00
Version20250220215048.php Split attachment paths (#848) 2025-02-22 17:29:14 +01:00