- 12 Aug, 2017 1 commit
-
-
Dennis Schubert authored
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.
-
- 04 Aug, 2017 1 commit
-
-
Benjamin Neff authored
[ci skip]
-
- 15 Jan, 2017 1 commit
-
-
Benjamin Neff authored
-
- 25 Apr, 2016 1 commit
-
-
Lukas Matt authored
Signed-off-by:
Lukas Matt <lukas@zauberstuhl.de>
-
- 22 Mar, 2016 1 commit
-
-
fla authored
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
-
- 04 Jan, 2016 4 commits
-
-
theworldbright authored
-
theworldbright authored
- 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
-
theworldbright authored
-
- 08 Jul, 2015 1 commit
-
-
Spanti Nicola (RyDroid) authored
-
- 29 May, 2015 1 commit
-
-
Benjamin Neff authored
- 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
-
- 27 Mar, 2015 1 commit
-
-
Jonne Haß authored
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.
-
- 28 Feb, 2015 1 commit
-
-
Jonne Haß authored
-
- 13 Nov, 2014 1 commit
-
-
Lukas Matt authored
-
- 17 Oct, 2014 1 commit
-
-
Augier authored
-
- 24 Aug, 2014 1 commit
-
-
Jonne Haß authored
try working around precompilation bug by committing generated sprites, not nice but luckily they don't change often
-
- 23 Aug, 2014 1 commit
-
-
Jonne Haß authored
-
- 17 Aug, 2014 1 commit
-
-
Jason Robinson authored
If enabled, terms of service link will be shown in sign up page.
-
- 31 Mar, 2014 1 commit
-
-
Jannik Streek authored
-
- 05 Dec, 2013 1 commit
-
-
Jason Robinson authored
Fix path ignores in .gitignore to not ignore files inside the paths, but to ignore the path itself. Otherwise git clean -fd is scary as it says its removing them even if not
-
- 15 Mar, 2013 1 commit
-
-
Jonne Haß authored
-
- 19 Oct, 2012 1 commit
-
-
Jonne Haß authored
-
- 26 Sep, 2012 1 commit
-
-
Jonne Haß authored
* 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
-
- 28 Aug, 2012 1 commit
-
-
Johan authored
-
- 11 May, 2012 1 commit
-
-
danielgrippi authored
-
- 28 Mar, 2012 1 commit
-
-
Steven Hancock authored
* 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
-
- 01 Feb, 2012 1 commit
-
-
danielgrippi authored
-
- 23 Jan, 2012 1 commit
-
-
Jonne Haß authored
-
- 17 Jan, 2012 1 commit
-
-
Maxwell Salzberg authored
-
- 06 Jan, 2012 1 commit
-
-
Maxwell Salzberg authored
MS DC; oauth keys are now pulled out of application.yml to be simplier. 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
-
- 13 Sep, 2011 1 commit
-
-
buddhamagnet authored
-
- 07 Sep, 2011 2 commits
-
-
Jonne Hass authored
-
Jonne Hass authored
-
- 25 Aug, 2011 1 commit
-
-
MrZYX authored
-
- 01 Aug, 2011 1 commit
-
-
Raphael Sofaer authored
-
- 14 Jun, 2011 1 commit
-
-
Raphael Sofaer authored
-
- 04 Jun, 2011 1 commit
-
-
Maxwell Salzberg authored
-
- 02 Jun, 2011 1 commit
-
-
danielgrippi authored
-
- 29 May, 2011 1 commit
-
-
Sarah Mei authored
Switching to settingslogic to manage our configuration. THE FILE FORMAT HAS CHANGED. OLD APP.YML AND APP_CONFIG.YML FILES WILL NOT WORK ANYMORE. Two important differences: 1. The app only looks in one file for settings: config/application.yml. If you want to override something, do it in that file. It is gitignore'd. If config/application.yml does not exist, or exists but is in the old format, you'll get a nice friendly set of instructions on how to convert your old file. 2. script/server settings are no longer in application.yml. They have their own settings file - copy config/script_server_config.yml.example to config/script_server_config.yml. This is also gitignore'd. script/server will print a message and exit if that file doesn't exist.
-
- 23 May, 2011 1 commit
-
-
Maxwell Salzberg authored
-