Commit Graph

514 Commits

Author SHA1 Message Date
Jake Potrebic
1983e82e08
fix name regex configuration 2020-11-02 17:38:37 -08:00
dependabot[bot]
5a2c474cf1 Bump spring-boot-starter-parent from 2.3.4.RELEASE to 2.3.5.RELEASE
Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.3.4.RELEASE to 2.3.5.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.3.4.RELEASE...v2.3.5.RELEASE)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-02 18:30:08 +01:00
dependabot[bot]
289e3e3577 Bump highlight.js from 10.2.1 to 10.3.2 in /src/main/frontend
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.2.1 to 10.3.2.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/10.3.2/CHANGES.md)
- [Commits](https://github.com/highlightjs/highlight.js/compare/10.2.1...10.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-02 02:19:37 -07:00
dependabot[bot]
110682c01d Bump @fortawesome/fontawesome-svg-core in /src/main/frontend
Bumps [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome) from 1.2.31 to 1.2.32.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-02 02:17:24 -07:00
dependabot[bot]
677305959c Bump sass-loader from 10.0.3 to 10.0.4 in /src/main/frontend
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 10.0.3 to 10.0.4.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v10.0.3...v10.0.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-02 02:16:23 -07:00
dependabot[bot]
23a40d5371 Bump bootstrap from 4.5.2 to 4.5.3 in /src/main/frontend
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.5.2 to 4.5.3.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v4.5.2...v4.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-02 02:11:19 -07:00
dependabot[bot]
dee93258a4 Bump sass from 1.27.0 to 1.28.0 in /src/main/frontend
Bumps [sass](https://github.com/sass/dart-sass) from 1.27.0 to 1.28.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.27.0...1.28.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-02 02:10:47 -07:00
Jake Potrebic
cb2d69e916
restricts characters for project/page/version names
closes #220
2020-11-01 17:39:34 -08:00
MiniDigger
bf7526ffc8 stay consistent with casing, fix authors and staff page
Signed-off-by: MiniDigger <admin@minidigger.me>
2020-11-01 11:44:43 +01:00
Jake Potrebic
30f34b662b
added review vue components 2020-10-31 14:06:26 -07:00
MD
759df59ba0 Open linkout in same tab
Open linkout page in the same tab as the current tab, allowing the "go back" link to work correctly.

Should fix #221.
2020-10-31 20:30:15 +01:00
MiniDigger
1d30c01fd3 change output format
Signed-off-by: MiniDigger <admin@minidigger.me>
2020-10-31 17:47:06 +01:00
Jake Potrebic
5e0ff0f6fc
mark required dependencies 2020-10-31 08:18:40 -07:00
MiniDigger
b50fef56bd begin to move download api to the right controller
Signed-off-by: MiniDigger <admin@minidigger.me>
2020-10-31 15:27:12 +01:00
MiniDigger
2a7331c7b8 make markdown links use linkout, remove some todos
Signed-off-by: MiniDigger <admin@minidigger.me>
2020-10-30 18:35:30 +01:00
MiniDigger
2ce7d72a46 add project icon to project pages
Signed-off-by: MiniDigger <admin@minidigger.me>
2020-10-30 18:12:24 +01:00
MiniDigger
049880dde9 fix homepage setting saving, make all urls use linkout safe check
Signed-off-by: MiniDigger <admin@minidigger.me>
2020-10-30 17:48:45 +01:00
MiniDigger
b86ccf0edf properly persist upload dir
Signed-off-by: MiniDigger <admin@minidigger.me>
2020-10-30 14:50:25 +01:00
MiniDigger
483c59ecdb licence isn't required
Signed-off-by: MiniDigger <admin@minidigger.me>
2020-10-30 14:33:55 +01:00
MiniDigger
bb5f019ecc fix upload button style, fixes #219
Signed-off-by: MiniDigger <admin@minidigger.me>
2020-10-30 13:44:07 +01:00
MiniDigger
d4568d488a add back button to channel edit page, closes #218
Signed-off-by: MiniDigger <admin@minidigger.me>
2020-10-30 13:40:38 +01:00
MiniDigger
36e82ad5d3 convert inline code to proper markdown, fixes #216
Signed-off-by: MiniDigger <admin@minidigger.me>
2020-10-30 13:33:30 +01:00
MiniDigger
2bc0a207e9 log all possible errors on project setting save
Signed-off-by: MiniDigger <admin@minidigger.me>
2020-10-30 10:28:02 +01:00
MiniDigger
b8639c5477 fix missing ajax setup making csrf fail, add an info if no versions are present
Signed-off-by: MiniDigger <admin@minidigger.me>
2020-10-30 09:50:12 +01:00
Jake Potrebic
81db56294d
centered linkout warning 2020-10-29 15:47:26 -07:00
Jake Potrebic
41e536c2e9
fixes for staff page
changed link on staff page to user's page now that its public
made buttons to show authors and staff visible regardless of login state
2020-10-29 15:44:34 -07:00
Jake Potrebic
a9f632efaa
fixes issue with 403s when signed out
closes #211
2020-10-29 15:38:24 -07:00
Jake Potrebic
f81b33d8f5
fixed issue w/channel creation
affected both on version creation, and via release channels table.
2020-10-29 15:23:03 -07:00
Jake Potrebic
784aeaf992
fix issue deleting version when only 1 public left
Previously, hangar would check if there was only 1 public version left regardless if the version being deleted was included in that count. Now it only sends the only 1 public left, if there is only one public version left and the version being deleted is public.
2020-10-29 15:05:36 -07:00
Jake Potrebic
96a82c3806
fix issue where keywords aren't saved on project creation 2020-10-29 14:54:03 -07:00
KennyTV
11cb993d4b
Fix BBCode link conversion
Fixes #210
2020-10-29 16:29:33 +01:00
Jake Potrebic
30cca44876
more js cleanup 2020-10-27 09:41:30 -07:00
Jake Potrebic
f0d6f62929
styling for version reviews page 2020-10-27 09:32:50 -07:00
dependabot[bot]
15108e1170 Bump query-string from 6.13.5 to 6.13.6 in /src/main/frontend
Bumps [query-string](https://github.com/sindresorhus/query-string) from 6.13.5 to 6.13.6.
- [Release notes](https://github.com/sindresorhus/query-string/releases)
- [Commits](https://github.com/sindresorhus/query-string/compare/v6.13.5...v6.13.6)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-26 17:41:08 +01:00
dependabot[bot]
7aec2ec870 Bump @fortawesome/free-solid-svg-icons in /src/main/frontend
Bumps [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) from 5.15.0 to 5.15.1.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/5.15.0...5.15.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-26 17:29:33 +01:00
dependabot[bot]
a4dd7ba6c4 Bump lint-staged from 10.4.0 to 10.4.2 in /src/main/frontend
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.4.0 to 10.4.2.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.4.0...v10.4.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-26 17:29:25 +01:00
dependabot[bot]
ba448e8130 Bump @vue/cli-plugin-babel from 4.5.7 to 4.5.8 in /src/main/frontend
Bumps [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-babel) from 4.5.7 to 4.5.8.
- [Release notes](https://github.com/vuejs/vue-cli/releases)
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.5.8/packages/@vue/cli-plugin-babel)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-26 17:29:13 +01:00
dependabot[bot]
1f8100ff2d Bump vue from 3.0.1 to 3.0.2 in /src/main/frontend
Bumps [vue](https://github.com/vuejs/vue) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-26 17:28:48 +01:00
KennyTV
d15f7ac0d8 Add complex conversion example 2020-10-20 22:23:30 +02:00
KennyTV
7c9d6922b8 Add basic unit tests for bbcode conversion 2020-10-20 22:23:30 +02:00
dependabot[bot]
346b462f68 Bump mini-css-extract-plugin from 0.11.3 to 1.0.0 in /src/main/frontend
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 0.11.3 to 1.0.0.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v0.11.3...v1.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-19 11:29:05 +02:00
dependabot[bot]
ea52f389de Bump vue from 3.0.0 to 3.0.1 in /src/main/frontend
Bumps [vue](https://github.com/vuejs/vue) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/vuejs/vue/releases)
- [Commits](https://github.com/vuejs/vue/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-19 11:26:30 +02:00
dependabot[bot]
78b2c9e98c Bump chart.js from 2.9.3 to 2.9.4 in /src/main/frontend
Bumps [chart.js](https://github.com/chartjs/Chart.js) from 2.9.3 to 2.9.4.
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](https://github.com/chartjs/Chart.js/compare/v2.9.3...v2.9.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-19 11:16:12 +02:00
dependabot[bot]
2c7e8f91ba Bump eslint from 7.10.0 to 7.11.0 in /src/main/frontend
Bumps [eslint](https://github.com/eslint/eslint) from 7.10.0 to 7.11.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.10.0...v7.11.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-19 11:15:57 +02:00
dependabot[bot]
94284530ef Bump sass-loader from 10.0.2 to 10.0.3 in /src/main/frontend
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 10.0.2 to 10.0.3.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v10.0.2...v10.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-19 11:15:39 +02:00
dependabot[bot]
c783399c01 Bump jdbi3-bom from 3.16.0 to 3.17.0
Bumps [jdbi3-bom](https://github.com/jdbi/jdbi) from 3.16.0 to 3.17.0.
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](https://github.com/jdbi/jdbi/compare/v3.16.0...v3.17.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-19 11:15:30 +02:00
Jake Potrebic
84b0527fe8
Renamed v2 api to v1, removed most of v1 logic (#181)
* css/formatting

* Renamed v2 api to v1, removed most of v1 logic

* Removed all but 2 old v1 routes
	Renamed those 2 renaming to /api/old/v1 for now
* Api routes now accesible from either /api/route/name OR /api/v1/route/name

* fix project settings key deployment in vue component
2020-10-13 02:03:38 -07:00
dependabot[bot]
c9c2e71aba Bump jdbi3-bom from 3.15.0 to 3.16.0
Bumps [jdbi3-bom](https://github.com/jdbi/jdbi) from 3.15.0 to 3.16.0.
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](https://github.com/jdbi/jdbi/compare/v3.15.0...v3.16.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-12 01:27:17 -07:00
dependabot[bot]
f634df64a2 Bump frontend-maven-plugin from 1.10.2 to 1.10.3
Bumps [frontend-maven-plugin](https://github.com/eirslett/frontend-maven-plugin) from 1.10.2 to 1.10.3.
- [Release notes](https://github.com/eirslett/frontend-maven-plugin/releases)
- [Changelog](https://github.com/eirslett/frontend-maven-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eirslett/frontend-maven-plugin/compare/frontend-plugins-1.10.2...frontend-plugins-1.10.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-12 01:26:52 -07:00
Jake Potrebic
66798e22c1
Merge pull request #193 from PaperMC/dependabot/npm_and_yarn/src/main/frontend/vue/cli-plugin-babel-4.5.7
Bump @vue/cli-plugin-babel from 4.5.6 to 4.5.7 in /src/main/frontend
2020-10-12 01:24:23 -07:00