Go to file
Karina Kwiatek 1df6bcfd52
Merge pull request #1039 from Retrospring/bugfix/eagerly-load-services
2023-02-02 12:00:41 +01:00
.devcontainer Adjust spacing in devcontainer.json 2022-09-15 23:29:56 +02:00
.docker Switch to Node 14 2022-11-13 15:01:27 +01:00
.github Apply suggestions from code review 2023-01-31 21:46:11 +01:00
app Eagerly load services in action to prevent n+1 query 2023-02-02 00:44:42 +01:00
bin Remove Webpacker 2023-01-08 12:19:45 +01:00
config provide our own default questions file independent from the questiongenerator gem 2023-01-31 23:22:21 +01:00
db Fix up theme value migration 2023-01-29 21:25:24 +01:00
docs
lib Bump version to 2023.0131.1 2023-01-31 23:15:13 +01:00
log
public fix image in 502 page 2023-01-30 17:34:17 +01:00
service-docs
spec Merge pull request #1017 from Retrospring/feature/raised-texts 2023-01-31 12:57:15 +01:00
tmp
.browserslistrc
.editorconfig add editorconfig 2022-09-04 17:42:59 +02:00
.eslintrc.json
.gitignore Remove Webpacker 2023-01-08 12:19:45 +01:00
.haml-lint.yml
.rspec
.rubocop.yml first draft of the new data exporter 2022-12-10 00:39:50 +01:00
.ruby-version Upgrade to Ruby 3.1.2 2022-07-23 12:06:24 +02:00
.stylelintrc.json Install and setup stylelint 2023-01-19 11:10:52 +01:00
Brewfile
Brewfile.lock.json Add Brewfile lock 2022-07-03 19:00:11 +02:00
Gemfile update questiongenerator to 1.1.0 2023-01-31 23:18:48 +01:00
Gemfile.lock Bump bootsnap from 1.15.0 to 1.16.0 2023-02-01 04:07:20 +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 re-add removed remove_stale rake task 2023-01-27 16:16:34 +01:00
SECURITY.md Add security policy 2023-01-30 22:07:36 +01:00
config.ru
crowdin.yml Update Crowdin configuration 2022-08-02 19:21:22 +02:00
docker-compose.yml Use Redis 6 in Docker setup 2023-01-31 23:25:44 +01:00
package.json Bump esbuild from 0.17.4 to 0.17.5 2023-01-30 09:02:55 +00:00
tsconfig.json Adjust build target to work with esbuild 2023-01-08 12:19:45 +01:00
yarn.lock Bump esbuild from 0.17.4 to 0.17.5 2023-01-30 09:02:55 +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/.