Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-18Merge branch 'next-minor' into developBenjamin Neff
2022-07-18Update .gitignore from develop branchBenjamin Neff
2022-07-12Use yarn for front-end dependencies instead of rails-assetscmrd Senya
2021-11-23Migration Backend PartThorsten Claus
2020-09-04Merge branch 'next-minor' into developJonne Haß
2020-09-04Migrate configuration to TOMLJonne Haß
YAML is just too easy to get wrong closes #8132
2019-10-19Remove the JSXC/Prosody integration.Dennis Schubert
As per discussion on https://discourse.diasporafoundation.org/t/removing-diaspora-s-current-chat-integration/2718, nobody raised serious concerns or objections. Given future plans, we do not think having an unfinished implementation of something that likely will not get finished in the current form is worth it. So let's get rid of it.
2019-05-12Don't encrypt the OTP secretBenjamin Neff
It doesn't add any security to have this encrypted, but it adds complexity for podmins, because they need to backup the key. closes #8014
2019-04-29Two factor authentication (#7751)lislis
2018-07-13Add VSCode-related files to the .gitignoreDennis Schubert
2018-04-16Randomize start times of daily Sidekiq-Cron jobsDennis Schubert
closes #7787
2018-03-23adds byebug history to gitignorekas70
closes #7744
2017-08-12Remove the schema.rb from this repoDennis Schubert
Although this is contrary to rails best-practises, we cannot provide a schema.rb that works for both MySQL and PostgreSQL, so we have no choice. Our migrations are maintained, so it should always be possible to get back to a "clean" database schema anyway.
2017-08-04Cleanup .gitignore and add note about .well-known to the changelogBenjamin Neff
[ci skip]
2017-01-16Add .wti to .gitignoreBenjamin Neff
2016-04-25Diaspora configuration wrapper for ProsodyLukas Matt
Signed-off-by: Lukas Matt <lukas@zauberstuhl.de>
2016-03-22collapse the sidebars to the side of the screen even on big screensfla
Drop right side bar, move content to left side bar Move user avatar and name from the left nav bar to the left of the publisher
2016-01-04Move JWKs files to databasetheworldbright
2016-01-04Add private_key_jwt supporttheworldbright
See - http://openid.net/specs/openid-connect-core-1_0.html#ClientAuthentication - https://openid.net/specs/openid-connect-registration-1_0.html#ClientMetadata
2016-01-04Perform major refactoringtheworldbright
- Add foreign_keys - Remove unused classes/methods - Fix pronto errors - Add method to retrieve client id from name - Remove TODO comments - Fix unnecessary private key generation
2016-01-04Adjust id token config to save private key to filetheworldbright
2015-07-08Minor improvements to .gitignoreSpanti Nicola (RyDroid)
2015-05-29optimized spritesBenjamin Neff
- move mobile icons to mobile-folder, so they aren't included in the icons-sprite - move logos to branding/logos, and create a logos-sprite without the big other branding-images - delete duplicate images closes #6004
2015-03-27Generate error pages on assets:precompileJonne Haß
This allows us to reuse any CSS we have, unify their look and unify their look with the regular page design. This works by instantiating ActionView and rendering templates in a rake task. Inspired by the errgent gem.
2015-02-28bump compass & sassJonne Haß
2014-11-13Update .gitignore for vines cert directoryLukas Matt
2014-10-17Added files in .gitignoreAugier
2014-08-24try working around precompilation bug by committing generated sprites, not ↵Jonne Haß
nice but luckily they don't change often
2014-08-23generate binstubsJonne Haß
2014-08-17Terms of service and privacy policy feature.Jason Robinson
If enabled, terms of service link will be shown in sign up page.
2014-03-31added cucumber tests, updated spec with xml class testJannik Streek
2013-12-05Fix path ignores in .gitignore to not ignore files inside the paths, but to ↵Jason Robinson
ignore the path itself. Otherwise git clean -fd is scary as it says its removing them even if not
2013-03-15added sprites to .gitignoreJonne Haß
2012-10-19refactor script/server and associated stuffJonne Haß
2012-09-26New configuration systemJonne Haß
* Throw away old system * Add new system * Add new example files * Replace all calls * add the most important docs * Add Specs * rename disable_ssl_requirement to require_ssl * cloudfiles isn't used/called in our code * since community_spotlight.list is only used as enable flag replace it with such one and remove all legacy and irelevant codepaths around it * die if session secret is unset and on heroku * First basic infrastructure for version information
2012-08-28adding temporary files of emacsJohan
2012-05-11new getting started page [ci skip]danielgrippi
2012-03-28Move Javascript to the asset pipelineSteven Hancock
* Move all Diaspora-specific javascripts to app/assets/javascripts * Move all vendored javascripts to vendor/assets/javascripts * Add the appropriate Sprockets require directives to make sure everything gets included in the right order * Remove Jammit dependencies * Fix all templates that were using Jammit's include_javascripts helper * Add handlebars_assets gem for compiling Handlebars templates * Move all Handlebars templates to app/assets/templates and rename from .handlebars to .jst.hbs (this is to keep them in the same global JST namespace that they were in under Jammit) * Add public/assets to .gitignore since these files can and should be re-generated by Heroku or Capistrano during each deploy * Fix a few Handlebars templates that were looking for images in the wrong location (I'm sure there are others, but it's late) * Configure application.rb to precompile all javascript and css assets that were compiled by Jammit in the Rails 3.0 code
2012-02-01rvmrc can be overridden by .rvm.local as well as .rvm_custom [ci skip]danielgrippi
2012-01-23gitignore page caches [ci skip]Jonne Haß
2012-01-17MS TT; Add heroku_san to gemfile, adjust custom heroku rake tasksMaxwell Salzberg
2012-01-06MS DC; oauth keys are now pulled out of application.yml to be simplier. ↵Maxwell Salzberg
incldue newrelic as heroku expects it, without affecting people who do not use newrelic. If you do use new relic in production, you have to put your newrelic api key in application.yml
2011-09-13added vendor/cache to gitignore filebuddhamagnet
2011-09-07--amend; note to self: no moar pushing after 3 am [ci skip]Jonne Hass
2011-09-07gitignore config/script_server.yml [ci skip]Jonne Hass
2011-08-25added scripts to export/import locales to/from xmlMrZYX
2011-08-02Updating batch inviterRaphael Sofaer
2011-06-29Merge branch 'master' into oauthRaphael Sofaer
Conflicts: Gemfile Gemfile.lock app/models/app_config.rb app/models/post.rb db/schema.rb public/stylesheets/sass/application.sass spec/lib/webfinger_spec.rb
2011-06-14Take documentation out of the repo, just generate it with yardRaphael Sofaer
2011-06-04Chubbies now uses sqlite to have tables of pods and usersMaxwell Salzberg