Go to file
Andreas Nedbal d303b5b18e Use `attr_accessor` for `Answer` object properties 2024-01-19 22:06:27 +01:00
.devcontainer
.docker Switch to supported Nodesource installation method 2023-12-22 21:21:01 +01:00
.github Bump tj-actions/changed-files from 40 to 41 2023-12-25 09:55:14 +00:00
app Use `attr_accessor` for `Answer` object properties 2024-01-19 22:06:27 +01:00
bin
config Remove superfluous locales 2024-01-14 16:06:14 +01:00
db Remove duplicate reactions 2023-12-20 10:28:49 +00:00
docs
lib Bump version to 2023.1221.0 2023-12-21 15:29:38 +00:00
log
public update to new mastodon handle 2023-08-24 18:08:04 +02:00
service-docs
spec Merge pull request #1513 from Retrospring/fix/image-upload-constraints 2023-12-17 23:13:31 +01:00
tmp
.browserslistrc
.editorconfig
.eslintrc.json
.git-blame-ignore-revs Ignore previous commit in blame views 2023-10-21 13:01:07 +02:00
.gitignore implement changes from review 2023-09-05 22:25:19 +02:00
.haml-lint.yml
.rspec
.rubocop.yml Ignore `Lint/MissingSuper` in `app/components/` 2023-10-20 12:51:48 +02:00
.ruby-version Use Ruby 3.2.2 2023-10-17 22:02:42 +02:00
.stylelintrc.json Disable "color-function-notation" stylelint rule 2023-02-05 21:54:51 +01:00
Brewfile
Brewfile.lock.json
Containerfile Bump ruby-install version to 0.9.2 2023-10-18 09:10:28 +02:00
Gemfile Bump rubocop from 1.59.0 to 1.60.0 2024-01-15 09:25:37 +00:00
Gemfile.lock Merge pull request #1574 from Retrospring/dependabot/bundler/haml_lint-0.53.0 2024-01-17 09:02:02 +00:00
LICENSE
Procfile.dev
README.md
Rakefile Remove superfluous rubocop:disable comments 2023-10-15 10:42:58 +02:00
SECURITY.md
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 Bump @typescript-eslint/eslint-plugin from 6.18.0 to 6.19.0 2024-01-17 09:04:46 +00:00
tsconfig.json
yarn.lock Bump @typescript-eslint/eslint-plugin from 6.18.0 to 6.19.0 2024-01-17 09:04:46 +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/.