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/script
AgeCommit message (Collapse)Author
2020-09-04Drop config/script_server.yml warningJonne Haß
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
2020-07-08Merge branch 'next-minor' into developDennis Schubert
2020-07-08bundler: disable post install messages in productionJonne Haß
closes #8131
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.
2018-11-08Use sudo for docker if socket is not writableBenjamin Neff
closes #7921
2018-11-04Use libjemalloc if it's available for better memory usageBenjamin Neff
Fixes #6763 closes #7919
2018-10-29Add docker setup for developmentCSammy
closes #7870
2018-07-01Get processor count with ruby (on linux and mac)Benjamin Neff
closes #7830
2018-04-12Bump eyeBenjamin Neff
2018-02-26Set frozen config as booleanBenjamin Neff
This is normalized to "true" in the config after running bin/bundle, so rerunning script/configure_bundler resets this back to 1 (which is the same, but we don't need to change this back and forth every time).
2018-02-22piped bin/bundle commands to suppress warnings when run on readonly filesystemsBrad Koehn
closes #7719
2018-02-10Don't print a warning when starting the server outside a Git repoSaverio Miroddi
Currently, git checks are performed on server start, even when outside a git repository. This commit verify the presence of a git repository (via `git status` exit code), and perform checks only if it exists. closes #7712
2017-12-30Check for a running redis in script/serverJanakas
Fixes #5267 closes #7685
2017-11-01Run rake directly without xvfb on travisBenjamin Neff
closes #7654
2017-11-01Use configure_bundler script on travisBenjamin Neff
2017-11-01Add script/configure_bundler to set correct bundler optionsBenjamin Neff
2017-09-17Remove unused scriptsBenjamin Neff
They were added a long time ago and they talk about rails 3 ... we have rails 5 now and scripts in the bin folder, so I think we can remove them. closes #7596
2017-09-17Add `# frozen_string_literal: true` to all filesBenjamin Neff
2017-07-13Fix: Check for asset precompilation when starting serverFinn Woelm
When `public/assets/` is a symlink, running `find public/assets ...` does not return the correct result. By using `public/assets/`, find is able to return the correct result regardless of whether the folder is an actual folder or a symlink. [ci skip]
2017-01-16Fix script/server when bin/ is not in PATHspixi
This fixes an issue, when the bin/ directory of diaspora is not in the PATH variable closes #7281
2016-09-12Revert "Use bundler 1.12.5 on travis"Steffen van Bergerem
This reverts commit 5fcc239d7cc35173835ea8cc0ee116fdd798caa1.
2016-09-10Use bundler 1.12.5 on travisSteffen van Bergerem
closes #7084
2016-06-26Merge branch 'stable' into developJonne Haß
2016-06-26script/server: check for main.js instead of home.cssJonne Haß
2016-02-11Fix eye not stopping all processesSteffen van Bergerem
Fixes #6685. See https://github.com/kostya/eye/commit/866ecd0587387ed0bec3f6e19243c2ece38227cd
2015-05-29Replace DB environment variable with optional bundler groupsJonne Haß
See the changes to the changelog for more details
2015-05-19Remove deprecated port settingJonne Haß
2015-05-19replace foreman with eyeJonne Haß
closes #5966
2015-05-19Make listen directive for Unicorn configurableJonne Haß
2015-05-02Merge pull request #5907 from pravi/add-x-permissions-to-scriptsJonne Haß
add execution permission to scripts
2015-05-02drop install scripts, see #5907Praveen Arimbrathodiyil
2015-04-25Merge pull request #5891 from mrbrdo/3824_environment_sanity_checkJonne Haß
fix script/server sanity checks
2015-04-25fix sanity checks in script/server, remove migration check because it is too ↵Jan Berdajs
slow and Rails 4 checks it on first request anyway
2015-04-25Environment sanity checks in script/server #3824Akash Agrawall
2015-04-25fix broken output of script/serverJan Berdajs
2015-04-15fix for #5862, check for compiled assetsPraveen Arimbrathodiyil
2014-12-04Rails is a moduleJonne Haß
2014-12-01Replace spork with spring, update & use binstubsJonne Haß
Spring is the recommended application preloader for rails
2014-11-13Print a warning unless they use a proxyLukas Matt
If you try to connect from a secure connection to a insecure connection; Most modern browser block the request and flag it as mixed-content.
2014-11-13Start vines if chat and server is enabledLukas Matt
2014-11-13Add vines as foreman taskLukas Matt
2014-09-28look for hashed version of default.css in script/serverJonne Haß
fixes #5254
2014-08-25drop useless require from script/get_config.rb [ci skip]Jonne Haß
2014-06-20Fix typoBigard Florian
2014-04-13Merge pull request #4885 from jaywink/curl-warningJonne Haß
Add warning to script/server if curl does not support AsyncDNS
2014-03-31No need anymore to update bundler on travisJonne Haß
2014-03-30Add warning to script/server if curl does not support AsyncDNSJason Robinson
2014-03-24Replace .rvmrc by .ruby-versionJonne Haß
Also relax the requirement. The .ruby-version represents merely a recomendation for the Ruby version. The incompability issues in the Ruby world are far less currently, than they were when we introduced strict version enforcement. Thus strict enforcement is no longer appropiate. Same holds for RubyGems. This implicity also removes the recomendation on using RVM. The .ruby-version file is supported by all major Ruby version managers. Gemsets are no longer a needed feature since Bundler handles multiple concurrrently installed Gems just well.