Commit Graph

638 Commits

Author SHA1 Message Date
Jake Potrebic
b2d27ec518
fixed promoted_versions 2020-09-02 19:25:17 -07:00
Jake Potrebic
0e0fe579be
fixed NPE when sort strat. was null 2020-09-02 18:28:27 -07:00
Jake Potrebic
60b2a977c5
fixed spring msg with args for several views 2020-09-02 18:27:57 -07:00
Jake Potrebic
5809d70caf
moved project api to its own service 2020-09-02 18:13:32 -07:00
Jake Potrebic
f3a01dc9bb
all routes for v2 users api 2020-09-02 17:34:25 -07:00
Jake Potrebic
d0544f8a31
added all v2 api project routes 2020-09-02 16:20:57 -07:00
Jake Potrebic
7252f47069
deployment key in proj settings 2020-09-02 13:36:03 -07:00
Jake Potrebic
62ba809e3c
fixed issue w/prompts 2020-09-02 13:16:59 -07:00
Dragonium
218a8a1460
Admin/health (#109)
* Implemented missingFiles without logic
So it will currently display all projects.
Also fixed the other health parts which didnt show up because namespace wasnt retrieved from the database correctly.

* Implemented missing files into admin/health

* Oops, used slug instead of name, it works better now

* change method calls to freemark format
2020-09-02 12:08:39 -07:00
Jake Potrebic
2fd52c2241
small fix for deploy w/docker 2020-09-02 11:45:24 -07:00
Jake Potrebic
298920f6a7 finished /api/sync_sso and org creation 2020-09-02 11:24:23 -07:00
Jake Potrebic
762b2a9848 hot reloading w/docker 2020-09-02 11:24:23 -07:00
Jake Potrebic
962b1aa568
fixes for stats page 2020-09-01 07:07:59 -07:00
Dragonium
3575848ab5
Port Admin/stats (#106)
Co-authored-by: KennyTV <jahnke.nassim@gmail.com>
2020-09-01 15:21:06 +02:00
Jake Potrebic
8e97d55516
prompts 2020-08-31 13:25:49 -07:00
Jake Potrebic
5680c9a859
user action log for project visibility change 2020-08-31 11:11:02 -07:00
Dragonium
719ada906b
Improved some project stats (#95)
* The actual stars and watchers can now be displayed when the home_projects view is refreshed.

* views are now also kept track on, it will only change if you refresh the home_projects view.

* Changed V1ApiService a little bit, The mapping of the result from the db calls to a bit cleaner and a little bit efficienter way (O(2n) -> O(n)) (not that it should matter that much.

Changed ApiV1Controller by adding a default by the  recommended tag (in case some project or plugin didnt have one but you still want to request the users information)

* Fix for the upsert statement, it complained about null values

* Made the fix for NPE in apiv4controller less hacky and added spaces between `//` and the message

* Refresh on count
2020-08-30 21:55:26 +02:00
KennyTV
c99ea8de06
Add simple contribution guidelines 2020-08-30 15:18:22 +02:00
KennyTV
4a027b58ae
Link to projects page for todos 2020-08-30 14:50:48 +02:00
md678685
49b2663b80 Mark channel templates as ported 2020-08-29 15:44:18 +01:00
Jake Potrebic
2a0c4633c3
removed dropdown issue 2020-08-29 07:40:46 -07:00
md678685
ada42e50fb Use correct colors in popoverColorPicker 2020-08-29 15:20:27 +01:00
md678685
216bda5c26 Fix channel colour popout
Bootstrap 3.4.1 sanitizes HTML input by default; we can turn this off since we're generating the input ourselves.
2020-08-29 15:06:56 +01:00
realDragonium
aa6ffb78ee Fix for the dropdown menu with mobile
Retry, I hope I didnt mess it up this time.
This should fix #70
The a href from the logo (the parent of the image and dropdown icon) has been moved to the around the image tag itself.
2020-08-29 15:54:50 +02:00
Dragonium
72b1bac39e
Fixed issues with categories (#93) 2020-08-29 14:18:24 +02:00
KennyTV
ddbd1a4d91
Fix Mini's rebase, minor cleanup ( ͡ಠ ʖ̯ ͡ಠ) 2020-08-29 11:42:22 +02:00
md678685
f17620385a Add project settings and license to ProjectService#getProjectApi 2020-08-29 10:43:20 +02:00
realDragonium
7da99df639 ProjectAPIDao expansion (#92)
Signed-off-by: MiniDigger <admin@minidigger.me>
2020-08-29 10:41:47 +02:00
realDragonium
3f8e1b6ff7 added new line at the end of PromotedVersionMapper and comment out the logger 2020-08-29 10:28:39 +02:00
realDragonium
8deec1cba4 changed PromotedVersion from jsonb to a list 2020-08-29 10:28:39 +02:00
KennyTV
0918f80d53
Fix note adding 2020-08-28 11:54:31 +02:00
KennyTV
07a33e7599
Fix version view and deletion 2020-08-26 22:39:43 +02:00
Jake Potrebic
310dfdf5ed
changed org to use z over s 2020-08-25 11:16:45 -07:00
Jake Potrebic
c8bd4c0442
fix null permissions on org pages 2020-08-24 16:03:43 -07:00
KennyTV
9c0767b804
Fix visibility setting 2020-08-24 20:56:44 +02:00
Jake Potrebic
b049ce7ca4
work on org creation (#91)
* initial work

* work on org creation

* rebase

* org creation

* small fixes
2020-08-24 09:44:50 -07:00
Jake Potrebic
3b0bd33465
fix error in alert.ftlh 2020-08-23 15:14:40 -07:00
Jake Potrebic
9a9f7d8165
api v1 work 2020-08-23 14:31:17 -07:00
md678685
18589b0142 Remove unnecessary todos 2020-08-23 15:37:17 +01:00
KennyTV
f1cf400439
Make note list/adding (almost) work 2020-08-23 13:03:43 +02:00
KennyTV
bdc422739d
Update to-port 2020-08-23 11:55:53 +02:00
MiniDigger
cf7e3472dc misc stuff 2020-08-23 11:53:35 +02:00
realDragonium
db9cb04792 added the option to have arguments with the alerts 2020-08-23 11:45:25 +02:00
KennyTV
2ed3100550
Fixes in queue and versions view 2020-08-23 11:42:00 +02:00
MiniDigger
e1a47a2842 replace last view avatarUrls 2020-08-23 11:10:31 +02:00
MiniDigger
66eb9fcf92 add sitemap, robots.txt and favicon stuff 2020-08-22 17:33:39 +02:00
MiniDigger
2e46930522 trey to make activity view work again 2020-08-22 16:36:18 +02:00
MiniDigger
7545b9a801 don't show published time, just date 2020-08-22 16:30:31 +02:00
MiniDigger
c7976a6c4e add download button for recommended version 2020-08-22 16:26:59 +02:00
MiniDigger
c06badeb1b implement version downloading 2020-08-22 15:33:48 +02:00