Go to file
dependabot[bot] eff16f6074
Merge pull request #1385 from Retrospring/dependabot/bundler/haml-6.2.3
2023-10-16 10:46:36 +00:00
.devcontainer Adjust spacing in devcontainer.json 2022-09-15 23:29:56 +02:00
.docker Use Node 16 across the project 2023-10-15 14:07:23 +02:00
.github Use Node 16 across the project 2023-10-15 14:07:23 +02:00
app Merge pull request #1370 from Retrospring/bugfix/webpush-registration-catch 2023-10-15 15:35:53 +02:00
bin Remove Webpacker 2023-01-08 12:19:45 +01:00
config use .env and support SMTP configuration 2023-09-05 22:25:19 +02:00
db Backfill missing created_at on comment notifications 2023-05-26 20:39:53 +02:00
docs
lib Use explicit `create!` call in mute rule creation use case 2023-10-15 10:16:21 +02:00
log
public update to new mastodon handle 2023-08-24 18:08:04 +02:00
service-docs
spec Fix rubocop nits 2023-10-15 10:16:21 +02:00
tmp
.browserslistrc
.editorconfig add editorconfig 2022-09-04 17:42:59 +02:00
.eslintrc.json
.gitignore implement changes from review 2023-09-05 22:25:19 +02:00
.haml-lint.yml
.rspec
.rubocop.yml Don't check `Style/RedundantSelf` in the models directory 2023-10-15 10:42:58 +02:00
.ruby-version
.stylelintrc.json Disable "color-function-notation" stylelint rule 2023-02-05 21:54:51 +01:00
Brewfile
Brewfile.lock.json
Containerfile Fix `build-image` workflow (#1375) 2023-10-15 12:50:55 +02:00
Gemfile Merge pull request #1385 from Retrospring/dependabot/bundler/haml-6.2.3 2023-10-16 10:46:36 +00:00
Gemfile.lock Merge pull request #1385 from Retrospring/dependabot/bundler/haml-6.2.3 2023-10-16 10:46:36 +00:00
LICENSE
Procfile.dev Install and setup jsbundling-rails with esbuild 2023-01-08 12:19:45 +01:00
README.md Update README.md 2022-11-03 19:00:08 +01: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
crowdin.yml
docker-compose.yml Add default database/redis connections to docker-compose 2023-02-11 07:11:38 +01:00
package.json Merge pull request #1379 from Retrospring/dependabot/npm_and_yarn/github/hotkey-2.1.1 2023-10-16 10:32:26 +00:00
tsconfig.json Adjust build target to work with esbuild 2023-01-08 12:19:45 +01:00
yarn.lock Merge pull request #1379 from Retrospring/dependabot/npm_and_yarn/github/hotkey-2.1.1 2023-10-16 10:32:26 +00:00

README.md

The Retrospring logo

Retrospring

Retrospring is a free, open-source social network following the Q/A (question and answer) principle of sites like Formspring, ask.fm or CuriousCat. Users can create accounts on Retrospring to receive questions from other users of the site and/or anonymous people on the Internet. They can also follow each other on Retrospring to see new answers of their friends in the timeline and to ask their followers interesting questions.

Installation

You can find all the installation instructions needed for a local/production setup of Retrospring in the Wiki.

Contributing

Retrospring is free, open-source software licensed under AGPLv3.

Our guidelines and general information about how you can help us improving Retrospring can be found in the CONTRIBUTING.md file.

Licence

Copyright (C) 2014-2022 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/.