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 (Expand)Author
2022-07-16Dont Convert when initialized by importThorsten Claus
2021-11-23Migration Backend PartThorsten Claus
2021-04-11Merge branch 'next-minor' into developJonne Haß
2021-04-11Actually implement validation error case in Photo#ownserhip_of_status_messagegabrielrumiranda
2019-07-02Remove commentable functionality from photosBenjamin Neff
2018-11-08Display raw images in galleryflaburgan
2017-09-17Add `# frozen_string_literal: true` to all filesBenjamin Neff
2017-08-12Fix belongs_to, it is now `required` by defaultBenjamin Neff
2017-08-12Add ApplicationRecordBenjamin Neff
2016-08-08remove pending flag from postsBenjamin Neff
2016-06-26remove roxmlBenjamin Neff
2016-06-26merge Federated::Shareable to ShareableBenjamin Neff
2016-06-26receive localBenjamin Neff
2016-05-31Remove repetion of shareable initialization codecmrd Senya
2016-03-07Remove diaspora_handle from shareablescmrd Senya
2016-03-02add a card footer in gallery containing meta data and link to single post viewFrédéric Bolvin
2015-09-14Always show public photosSteffen van Bergerem
2015-01-18Strip EXIF data as user preferenceMarcelo Briones
2014-11-09Method calling convention and doc improvementsDennis Schubert
2014-11-09Add Camo for remote imagesDennis Schubert
2014-08-23replace deprecated scope syntax and unify itJonne Haß
2014-05-27Harden account deletionJonne Haß
2014-01-14Fix after_create to after_commitIvan Zotov
2013-08-02Remove attributes protection.James Fleming
2013-03-22Bye Resque. Ohai Sidekiq.Jonne Haß
2013-03-22End the require messJonne Haß
2012-11-22remove unused methodsFabián Rodríguez
2012-09-26query the set url only through #pod_uri in the appJonne Haß
2012-09-26New configuration systemJonne Haß
2012-09-23some refactoring regarding the law of demeterJonne Haß
2012-04-22only focus on photos for now with ratios. one thing at a time, yo.danielgrippi
2012-04-20width and height should now federateMaxwell Salzberg
2012-03-28DG DC uploading a photo shows up in the streamDennis Collinson
2012-03-22remove ActiveSupport::SecureRandomMaxwell Salzberg
2012-02-26introduce the idea of Federated::Base. this is mostly just renaming and colla...Maxwell Salzberg
2012-01-27refactor status_message_controller#create to suck less. it still sucksMaxwell Salzberg
2012-01-15remove cache counter for photos, as it was causing too many edge-case errors ...danielgrippi
2012-01-08add api block to photo; photos display in streamdanielgrippi
2012-01-04only queue process_photo jobs if the owner is local. this should cut down on ...Maxwell Salzberg
2011-12-20fix specs; move presence_of_content validation check into a before_destory to...danielgrippi
2011-12-17added counter cache for photos on StatusMessagedanielgrippi
2011-10-24bumped carrierwave, photos can now be downloaded from a url, fetching profile...Ilya Zhitomirskiy
2011-10-16Make Photos not inherit from PostsManuel Schölling
2011-10-03moved photo processing from model to resque job, added testsDan Hansen
2011-09-15DG MS; changed Job:: to Jobs::; require all mail jobs from Job base classdanielgrippi
2011-09-13Refactored code so that the controller got thinner while the model become fat...The Lambda Calculus
2011-06-04Add Chubbies, the oauth sample app, and a cucumber feature for part of an oau...Raphael Sofaer
2011-05-27Photo association on GUID 2/2: replace status_message_id with status_message_...MrZYX
2011-04-02damn, typoMrZYX
2011-04-02finally eliminate no method error when processing a photoMrZYX