This project is archived. Its data is
read-only
.
This project is
read-only
.
Commits on Source
148
c6db08af
new language implementation for library
Jan 17, 2023
b9181308
sort languages
Jan 17, 2023
86b275f5
added more languages
Jan 17, 2023
dfd4a34d
moved sorting logic
Jan 17, 2023
edef4f97
added more languages
Jan 19, 2023
6440fe6a
fixed xml response of language object
Jan 19, 2023
a5f9b36f
new library language api documentation
Jan 19, 2023
22ff46d9
new primary language for library
Jan 22, 2023
a27d5fdc
added language into admin UI
Jan 22, 2023
66b73499
fixed library unit test
Jan 22, 2023
e6db8312
new unit tests for library
Jan 22, 2023
413aa550
enhanced release workflow
Jan 29, 2023
a8d80629
Merge branch 'main' into develop
Jan 30, 2023
71847aa9
check response data in API tests
Jan 31, 2023
0a829588
new test for server bandwidth API
Jan 31, 2023
169d584d
new consts for libraryies API endpoint
Jan 31, 2023
2b2e6c73
enhanced release handling
Feb 05, 2023
2c9de53d
remove TODOs from web player
Feb 05, 2023
8b3c6c9e
new command line argument handling
Apr 03, 2023
4abde8b4
new settings handling
Apr 03, 2023
4c574538
removed armv7 release
Apr 04, 2023
7ccc967a
updated changelog
Apr 04, 2023
776cd8e7
use special ffmpeg build
Apr 04, 2023
49df21bc
settings file has been replaced with config file
Apr 04, 2023
ebea767a
fixed server config parameter
Apr 04, 2023
4a183e20
replaced sqlite with postgresql database
Apr 05, 2023
a7105b91
temporary disabled two delete checks
Apr 05, 2023
52c747a8
fixed test suite for new environment variables
Apr 06, 2023
75acf79d
re-ordered api tests
Apr 06, 2023
61af7250
new database methods to delete media items
Apr 06, 2023
f06a37ca
new database method to delete media entry
Apr 06, 2023
68f08915
re-enabled delete tests for library and location
Apr 06, 2023
3014c289
fixed nil pointer in creating media item
Apr 06, 2023
33ed7eaa
fixed nil pointer in create media stream
Apr 06, 2023
061c09d1
use -1 as nil replacement for integer
Apr 06, 2023
55d27e89
more tests for library
Apr 06, 2023
9c76f5d0
more tests for media
Apr 06, 2023
020af633
new test for library location validation
Apr 06, 2023
bf8ea8ca
new db fields for s3 credentials
Apr 08, 2023
141578cf
initial s3 implementation
Apr 08, 2023
b10aa976
fixed typo
Apr 09, 2023
489a7427
some refactoring
Apr 09, 2023
1d5efa9f
new code coverage badge
Apr 09, 2023
a2caf661
finalized s3 list objects api
Apr 09, 2023
e572cc6b
removed debug log
Apr 09, 2023
fa85a0d5
new tests for library location s3
Apr 09, 2023
e80af45f
updated s3 location type api documentation
Apr 09, 2023
79c980cf
new test for invalid s3 credentials
Apr 09, 2023
6b887f5a
updated changelog for new S3 library location type
Apr 10, 2023
685cb223
new username and password for library location api
Apr 10, 2023
5897d285
new language implementation for library
Apr 10, 2023
60596b80
sort languages
Apr 10, 2023
5636bfd9
added more languages
Apr 10, 2023
8195e7c6
moved sorting logic
Apr 10, 2023
a8222d4b
added more languages
Apr 10, 2023
1d73d642
fixed xml response of language object
Apr 10, 2023
4694136a
new library language api documentation
Apr 10, 2023
37f52ab7
new primary language for library
Apr 10, 2023
37416580
added language into admin UI
Apr 10, 2023
17a04f90
fixed library unit test
Apr 10, 2023
02e99527
new unit tests for library
Apr 10, 2023
d1276eb9
Merge branch 'feature/metadata' of gitlab.com:marty-media/server into feature/metadata
Apr 10, 2023
b65c5784
removed sqlite script
Apr 10, 2023
d8ad4251
updated changelog
Apr 10, 2023
f8bcbed2
Merge branch 'feature/metadata' into 'develop'
Apr 10, 2023
8da6471a
new database tests
Apr 10, 2023
88402d28
new test for database log level
Apr 10, 2023
6c3f35a0
new unit test for log level setting
Apr 10, 2023
ec8b0403
fixed database preparation for settings tests
Apr 10, 2023
9e85ce3c
new test for common package (languages)
Apr 10, 2023
1a26a11d
new library API tests
Apr 10, 2023
79f69026
fixed order of test initialization
Apr 10, 2023
7ca10530
fixed crash of backend scanner
Apr 10, 2023
fccd0dd7
new tests for library location API
Apr 10, 2023
b0fe4e0f
refactoring of ffmpeg location setting
Apr 10, 2023
5dbb6611
fixed nil-pointer exception in library location DB
Apr 10, 2023
6e1a4ce8
fixed api response of library location
Apr 10, 2023
b4043be6
new validation of S3 bucket and folder of location
Apr 10, 2023
62daeeb2
database refactoring
Apr 18, 2023
eca69842
refactoring database layer for selects
Apr 23, 2023
cc75910e
removed unused response type for selects
Apr 23, 2023
e57be819
re-sorting methods
Apr 23, 2023
d4a6f8f9
new ffmpeg releases
Apr 24, 2023
8c0c34d2
use fixed ffmpeg release versions
Apr 24, 2023
29126f5b
new s3 head object API
Apr 29, 2023
91cb98d2
updated comment
Apr 30, 2023
468fd828
new s3 file download
Apr 30, 2023
6d75d1c2
don't panic, error handling is available
May 19, 2023
121ac87d
renamed folder scan to location scan
May 19, 2023
71a53587
new db fields for s3 credentials
May 19, 2023
ff953b36
initial s3 implementation
May 19, 2023
5377d428
fixed typo
May 19, 2023
32dded0b
some refactoring
May 19, 2023
5368cef8
finalized s3 list objects api
May 19, 2023
40e56f6a
removed debug log
May 19, 2023
cdda82c2
new tests for library location s3
May 19, 2023
3d83bcf7
updated s3 location type api documentation
May 19, 2023
e8051ada
new test for invalid s3 credentials
May 19, 2023
2940ff4b
updated changelog for new S3 library location type
May 19, 2023
db0500c2
new username and password for library location api
May 19, 2023
48 additional commits have been omitted to prevent performance issues.
Loading
Loading