55 Commits

Author SHA1 Message Date
Josh Stark
d1aeb6e7e9
Merge pull request #5 from linuxserver/develop
Develop
1.4.1
2019-08-09 11:52:54 +01:00
Josh Stark
e0ca083e54 Updated API to include key. Added singular API for images, by key. 2019-08-09 11:42:05 +01:00
Josh Stark
423ee87b18 Refactored model classes to use a key rather than direct ID. 2019-08-05 13:09:02 +01:00
Josh Stark
00ffb31c9c Upped version to 1.4.1 2019-06-24 18:08:45 +01:00
Josh Stark
b7c3793742 Ensure searching is case-insensitive. 2019-06-24 18:07:37 +01:00
Josh Stark
3b615adf4f Initial work on async request queue. 2019-06-16 10:57:49 +01:00
Josh Stark
8bca4b9709
Merge pull request #4 from linuxserver/v1.4.0
1.4.0
1.4.0
2019-06-11 21:03:33 +01:00
Josh Stark
4eb33151d7 Added build date to API response. 2019-06-11 21:01:09 +01:00
Josh Stark
414e83604f Added build date to image listing. 2019-06-11 20:35:15 +01:00
Josh Stark
41a3219980 Updated some UI elements.
Made search box smaller.
2019-06-11 20:19:15 +01:00
Josh Stark
23b7ad8d44 Refactored tagging in Images to include build date. 2019-06-10 21:47:43 +01:00
Josh Stark
49ea41ef3a Created basic cache for images.
Provided Image class with copyOf method to allow for creation of new instances when caching images (to stop reference leaks).
2019-06-02 12:33:27 +01:00
Josh Stark
bee04db820 Added basic search functionality to each repository pane. 2019-06-02 11:31:04 +01:00
Josh Stark
9aa48e4303
Merge pull request #3 from linuxserver/task_error_handling
Task error handling
1.3.1
2019-05-19 09:22:36 +01:00
Josh Stark
ae1518c759 Moved tag filtering to separate class. Ensure state is reverted even on exception 2019-05-19 09:18:12 +01:00
Josh Stark
865b49c554 Improve error handling for async tasks. Determine correct versioned latest tag 2019-05-15 20:25:05 +01:00
Josh Stark
1ac46d3380
Merge pull request #2 from linuxserver/sync_removal
Sync removal
1.3.0
2019-04-26 10:41:49 +01:00
Josh Stark
9352501b07 Small clean up 2019-04-26 10:40:53 +01:00
Josh Stark
464b57d6cd Reversed time group for allow for correct ordering 2019-04-26 10:26:47 +01:00
Josh Stark
cfecf3f9ad Added groupMode to API for pull history 2019-04-26 10:14:11 +01:00
Josh Stark
c45602840b Updated time formatting for hour grouping 2019-04-25 12:21:09 +01:00
Josh Stark
faf428b3e0 Added HOUR to grouping mode for pull history 2019-04-25 12:19:55 +01:00
Josh Stark
594125bed6 Added pull history API. Included removal process during sync for deleted images 2019-04-25 12:12:11 +01:00
Josh Stark
90ff6070c6
Update README.md 2019-04-06 12:15:10 +01:00
Josh Stark
478541f534 Removed dependency on bouncycastle - implemented native PBKDF2 via java.security 1.2.1 2019-03-30 10:34:37 +00:00
Josh Stark
c100aad7e9 Added notification alerts for failed AJAX queries 1.2.0 2019-03-30 10:02:44 +00:00
Josh Stark
b99a5971f0 Fixed issue when synchronising image with no tags 2019-03-28 20:37:55 +00:00
Josh Stark
59fe5b764d Fixed indentation 2019-03-28 20:14:30 +00:00
Josh Stark
630c7ba043 Rectified login redirect for internal API 2019-03-28 20:11:08 +00:00
Josh Stark
96cd2fb88c Added deprecation notice functionality 2019-03-28 19:39:16 +00:00
Josh Stark
87a6c29083 Fixed failing test due to change in hashing algorithm 2019-03-28 17:49:20 +00:00
Josh Stark
b7aa227d09
Merge pull request #1 from linuxserver/1.1.0_database_auth
1.1.0 database auth
1.1.0
2019-03-20 20:40:44 +00:00
Josh Stark
c01b9b0b43 Removed unused filter 2019-03-20 20:40:04 +00:00
Josh Stark
30b865d34d Small UI tweaks for dropdown menus 2019-03-20 20:25:23 +00:00
Josh Stark
236fb99a83 Small UI tweaks 2019-03-19 19:56:17 +00:00
Josh Stark
03331fefe8
Update README.md 2019-03-18 22:10:22 +00:00
Josh Stark
8b8b3dad56 Finished reworking web APIs. Fixed responsive layout 2019-03-18 21:35:00 +00:00
Josh Stark
bddbb06835 Reworked web server to configure servlets more directly. Still need to sort login filter 2019-03-18 18:41:39 +00:00
Josh Stark
52c5ea952d Only add setup routes if no users 2019-03-17 18:44:17 +00:00
Josh Stark
b18567e1fc Updated path for setup process 2019-03-17 13:36:44 +00:00
Josh Stark
26322ade92 Ensure redirect not sent twice when verifying admin route on initial registration 2019-03-17 13:04:32 +00:00
Josh Stark
6ce1e99438 Reworked authentication for users. Now includes option to use database 2019-03-17 12:50:57 +00:00
Josh Stark
44ac92dfcc Updated properties loader to cascade through environment 1.0.1 1.0.2 2019-03-16 18:06:35 +00:00
Josh Stark
b168d01c3d Ensure logs directory is created under config. Load correct log config 1.0.0 2019-03-16 15:08:22 +00:00
Josh Stark
b5af2a2809 Ensure all synched repositories are shown as tabs on home page 2019-03-16 14:08:06 +00:00
Josh Stark
c7c15a659e
Update README.md 1.0.0-beta 2019-03-16 12:40:01 +00:00
Josh Stark
e9c6e2ca88 Ensure JS and CSS is minified at build time 2019-03-16 12:39:01 +00:00
Josh Stark
39f393538f Added jsMinify 2019-03-16 12:10:53 +00:00
Josh Stark
d9f224d5cf Implemented means to update individual image version mask 2019-03-16 11:53:24 +00:00
Josh Stark
6cc8d8a4fe Refactored state of synchronisation process 2019-03-16 09:45:33 +00:00