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
path: root/lib
AgeCommit message (Expand)Author
2011-06-09WIP certsIlya Zhitomirskiy
2011-06-07load schema instead of migrating on rake db:rebuilddanielgrippi
2011-06-07remove unused rake taskdanielgrippi
2011-06-05Forgot the space in SplunkLoggingRaphael Sofaer
2011-06-05Don't n query in UsersController#publicRaphael Sofaer
2011-06-05Clean up the SplunkLogging mixin to make searching in the splunk console a li...Raphael Sofaer
2011-06-02Move initialize_signatures method out of user and into relayableRaphael Sofaer
2011-06-02Fix stream queryRaphael Sofaer
2011-06-01Move visible_posts defaults into a defaults hash, mostlyRaphael Sofaer
2011-06-01Compress the database dump during backupRaphael Sofaer
2011-06-01Wrap integration rake in MissingSourceFile rescue to avoid failure when the t...Raphael Sofaer
2011-05-31Move YoutubeTitles callback into moduleRaphael Sofaer
2011-05-29Don't need to export the selenium server port anymore on CI. Yay!Sarah Mei
2011-05-29Remove vendored jasmine; use normal jasmine gem. thx @tubbo for the prompt.Sarah Mei
2011-05-29Switching to settingslogic to manage our configuration. THE FILE FORMAT HAS C...Sarah Mei
2011-05-26Multi-server integration tests are now possibleRaphael Sofaer
2011-05-26warn and exit if there's no config at allMrZYX
2011-05-25Backfill some tests for app config, refactor base file name so people copy it...Sarah Mei
2011-05-25get rid of nil values in app config, they destroy the mergeMrZYX
2011-05-24Destroy notifications on contact destroyRaphael Sofaer
2011-05-24Gross, but hopefully temporary solution for namespaced classes and old versio...Raphael Sofaer
2011-05-24Take out begin rescue in diaspora parser, that's handled in the resque job wr...Raphael Sofaer
2011-05-20Small controller for generating an auth token, if you are an authable userRaphael Sofaer
2011-05-20Be nicer about changing app_config.yml to app.ymlRaphael Sofaer
2011-05-20Fakes respond as expected to respond_to?danielgrippi
2011-05-18one more important app_configMrZYX
2011-05-18one more app_configMrZYX
2011-05-18rename config/app_config.yml to config/app.yml in accordance to The Redundant...Shane Becker
2011-05-18whoops lets do a deep mergeMrZYX
2011-05-18eliminate config/server.sh; use config/app_config.yml.example as base for con...MrZYX
2011-05-17Merge branch 'master' into followdanielgrippi
2011-05-17replaced SOCKET_PORT in config/server.sh with the setting from config/app_con...MrZYX
2011-05-17rescue redis connection attempts in websocketdanielgrippi
2011-05-17Merge branch 'master' into followdanielgrippi
2011-05-14Get rid of annoying app_config.yml warning in test and developmentSarah Mei
2011-05-14Update rspecRaphael Sofaer
2011-05-13Merge branch 'master' into followdanielgrippi
2011-05-08add space before adding pid to loglineMrZYX
2011-05-05Added spec for YOUTUBE_ID_REGEX, we can easily add more youtube url sample he...Arzumy MD
2011-05-05added a pane for people sharing with you on all aspect pagedanielgrippi
2011-05-05split 'mutual' flag into 'sharing' and 'receiving' on Contactdanielgrippi
2011-05-04Merge branch 'master' into followdanielgrippi
2011-05-04#1019 YoutubeTitles::YOUTUBE_ID_REGEX supports data-anchorArzumy MD
2011-05-04#1019 comment/post handles multiple youtube links properlyArzumy MD
2011-04-30Fix splunk logging in 1.9Sarah Mei
2011-04-30added \b (word ending) to tag regex to exclude :;?! etc.; allow : in tagsMrZYX
2011-04-28reenable loggingRaphael Sofaer
2011-04-27Fix infinite scroll after changing aspectsRaphael Sofaer
2011-04-25Add PID to log linesRaphael Sofaer
2011-04-22small fix to make atom validMaxwell Salzberg