Go to file
Kay Faraday 9931d86817 update pkg manager stuffs 2024-07-20 21:34:29 -07:00
.devcontainer Adjust spacing in devcontainer.json 2022-09-15 23:29:56 +02:00
.docker Switch to supported Nodesource installation method 2023-12-22 21:21:01 +01:00
.github Merge pull request #1773 from Retrospring/dependabot/github_actions/reviewdog/action-stylelint-1.26.0 2024-06-24 15:21:30 +00:00
app Merge remote-tracking branch 'origin/main' 2024-07-20 15:15:27 -07:00
bin Remove Webpacker 2023-01-08 12:19:45 +01:00
config Merge remote-tracking branch 'origin/main' 2024-07-20 15:15:27 -07:00
db Merge remote-tracking branch 'origin/main' 2024-07-20 15:15:27 -07:00
docs remove some files 2022-01-07 00:03:48 +01:00
lib Bump version to 2024.0319.0 2024-03-19 22:50:24 +01:00
log first commit 2014-08-01 11:23:47 +02:00
public Merge branch 'main' of https://github.com/Retrospring/retrospring 2023-09-02 16:36:50 +00:00
service-docs Remove FAQ page 2022-04-17 22:58:42 +02:00
spec Merge remote-tracking branch 'origin/main' 2024-07-20 15:15:27 -07:00
tmp added a few directories in ./tmp 2014-12-13 16:42:00 +01:00
.browserslistrc Initial Webpacker setup 2020-12-25 18:22:03 +01:00
.editorconfig add editorconfig 2022-09-04 17:42:59 +02:00
.eslintrc.json Add Typescript linting with ESLint 2020-12-26 21:59:53 +01:00
.git-blame-ignore-revs Ignore previous commit in blame views 2023-10-21 13:01:07 +02:00
.gitignore Merge remote-tracking branch 'origin' 2023-09-20 07:16:32 +00:00
.haml-lint.yml Ignore Style/IdenticalConditionalBranches in HAML 2020-05-11 19:40:44 +02:00
.rspec removed a (rrer)rspec option 2014-12-05 06:39:33 +01:00
.rubocop.yml Ignore `Lint/MissingSuper` in `app/components/` 2023-10-20 12:51:48 +02:00
.ruby-version update Ruby/Bundler/ruby-install 2024-01-22 16:33:20 +01:00
.stylelintrc.json Disable "color-function-notation" stylelint rule 2023-02-05 21:54:51 +01:00
Brewfile Add Brewfile 2022-01-19 15:32:19 +01:00
Brewfile.lock.json Add Brewfile lock 2022-07-03 19:00:11 +02:00
Containerfile build ruby with jemalloc 2024-01-22 16:33:53 +01:00
Gemfile Merge remote-tracking branch 'origin/main' 2024-07-20 15:15:27 -07:00
Gemfile.lock update pkg manager stuffs 2024-07-20 21:34:29 -07:00
LICENSE added license (AGPLv3) 2015-04-02 01:39:46 +02:00
Procfile.dev Install and setup jsbundling-rails with esbuild 2023-01-08 12:19:45 +01:00
README.md Merge remote-tracking branch 'origin/main' 2024-07-20 15:15:27 -07:00
Rakefile Remove superfluous rubocop:disable comments 2023-10-15 10:42:58 +02:00
SECURITY.md Add security policy 2023-01-30 22:07:36 +01:00
config.ru first commit 2014-08-01 11:23:47 +02:00
crowdin.yml Update Crowdin configuration 2022-08-02 19:21:22 +02:00
docker-compose.yml Add default database/redis connections to docker-compose 2023-02-11 07:11:38 +01:00
package.json update pkg manager stuffs 2024-07-20 21:34:29 -07:00
pnpm-lock.yaml update pkg manager stuffs 2024-07-20 21:34:29 -07:00
tsconfig.json Adjust build target to work with esbuild 2023-01-08 12:19:45 +01:00
yarn.lock update pkg manager stuffs 2024-07-20 21:34:29 -07:00

README.md

This is a fork of Retrospring as deployed on Freak U.

Currently the only change is to enable long questions by default.

Licence

Copyright (C) 2014-2024 The Retrospring team and contributors

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.