Skip to content
Extraits de code Groupes Projets
  1. oct. 14, 2018
  2. juil. 04, 2017
  3. jan. 15, 2017
  4. sept. 18, 2016
  5. août 12, 2016
  6. juil. 03, 2016
  7. août 24, 2015
    • Florian Staudacher's avatar
      Add connection test for pods in the network · ea397ffd
      Florian Staudacher a rédigé
      * add a class for checking pod connectivity
      * extend pod model to handle new functionality
      * add an admin frontend to list pods and re-trigger checks manually
      * add a daily worker to run through all the pods
      * add unit tests for most of the new code
      ea397ffd
  8. août 21, 2015
  9. juil. 22, 2015
  10. juil. 21, 2015
  11. juin 07, 2015
  12. juin 04, 2015
  13. avr. 01, 2015
  14. mars 26, 2015
  15. fév. 19, 2015
  16. oct. 11, 2014
  17. juil. 01, 2014
    • Florian Staudacher's avatar
      allow admins to close user accounts from the backend · 13b716a4
      Florian Staudacher a rédigé
      * thanks to @maxwell for the initial work on this
      
      port admin pages to bootstrap
      * improve user view on admin search page
      * add 'close account' link to each user in the search results
      * keep the same blue color for the admin menu
      
      some refactoring of the routes and the admin code
      * try to be more RESTful (possibly)
      * use a 'UserSearch' model for search parameters and querying
      
      add changelog entry
      13b716a4
  18. mai 15, 2014
    • Lukas Matt's avatar
      It is now possible to report comments · 1748d3b9
      Lukas Matt a rédigé
      * Renamed PostReport to Report
      * Added report button to SPV
      * Updated rspec
      
      refs diaspora/diaspora#4732
      refs diaspora/diaspora#4710
      refs diaspora/diaspora#4711
      refs diaspora/diaspora#4517
      1748d3b9
  19. jan. 14, 2014
    • Lukas Matt's avatar
      Added post report feature · 5c9a3aaf
      Lukas Matt a rédigé
      You can report a single post by clicking the correct icon in the controler section
      
      Workflow:
      * Report a post as offensive
      * Trigger alerts to every pod-admin
      * Pod-admin can review it in the admin interface
      * Delete the post or mark it as reviewed
      5c9a3aaf
  20. déc. 13, 2013
    • Fabian Rodriguez's avatar
      fix #2645 · c12a4555
      Fabian Rodriguez a rédigé
        * refactor a bit #weekly_user_stats
        * pass 0 instead of "" to i18n
        * use the first week if none is provided
      c12a4555
  21. sept. 20, 2013
  22. avr. 08, 2013
  23. mars 21, 2013
    • Jonne Haß's avatar
      Bye Resque. Ohai Sidekiq. · 79a79d65
      Jonne Haß a rédigé
      * Dropped all references to Resque
      * Moved all jobs under app/workers since that's the Sidekiq convention
      * Renamed Jobs module to Worker to match new location
      * Adapted all jobs to Sidekiq
      * Replaced all enqueue calls with perform_async
      * Dropped Resque hacks from specs and features, replaced with
        sidekig/testing in RSpec and sidekig/testing/inline in Cucumber
      * Updated scripts to start a Sidekiq server
      * Inline Sidekiq sinatra app
      * Let Sidekiq create the actual Redis instance
      * Workaround already initialized constant warnings in service models
      * Resolved ToDo in one job definition by creating proper exception clases
        for some errors in receiving posts
      * Added sidekiq section to configuration to make it completly
        configurable to the user
      * Add Sidekiq middleware for clean backtraces
      * Delay HttpMulti retry to give offline pods a chance to come back up
      * Do not retry on GUID already taken and alike errors
      * Be graceful about deleted posts in GatherOEmbedData
      79a79d65
  24. sept. 26, 2012
    • Jonne Haß's avatar
      New configuration system · 2a4db54d
      Jonne Haß a rédigé
      * 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
      2a4db54d
  25. juin 24, 2012
  26. mai 15, 2012
  27. avr. 24, 2012
  28. mars 22, 2012
  29. mars 17, 2012
Chargement en cours