1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-15 11:22:40 +01:00
phorge-phorge/src/applications/files
Chad Little 3a868940c7 Add a profileimage generation workflow for the cli
Summary: Ref T10319. This adds a basic means of generating default profile images for users. You can generate them for everyone, a group of users, or force updates. This only generated images and stores them in files. It does not assign them to users.

Test Plan:
`bin/people profileimage --all` to generate all images.
`bin/people profileimage --users chad` to generate a user.
`bin/people profileimage --all --force` to force rebuilding all images.

{F3662810}

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T10319

Differential Revision: https://secure.phabricator.com/D17464
2017-03-04 15:43:13 -08:00
..
action Rate limit outbound requests in Macros 2015-03-26 11:11:52 -07:00
application Show file comments on file lightboxes 2016-11-18 13:24:03 -08:00
applicationpanel Allow diffusion.filecontentquery to load data for arbitrarily large files 2016-01-21 09:52:43 -08:00
builtin Add a profileimage generation workflow for the cli 2017-03-04 15:43:13 -08:00
capability Add default policy to Files application 2014-11-21 11:17:20 -08:00
conduit Detect the MIME type of large files by examining the first chunk 2016-06-30 13:57:39 -07:00
config Lock files.video-mime-types config option for consistency 2017-03-03 08:38:02 -08:00
constants Prettier file embeds 2016-11-27 14:57:06 -08:00
controller Add more icon choices to Badges 2017-03-03 13:45:53 -08:00
edge Modernize remaining edge types 2015-01-03 10:58:20 +11:00
editor Transactions - make implementing TYPE_XXXX_POLICY transactions optional 2015-05-19 12:58:18 -07:00
engine Add support to Files for file storage formats, to support encryption-at-rest 2016-06-15 11:17:53 -07:00
exception Give users an explicit error if they try to upload a too-large diff to Differential 2016-01-08 18:53:33 -08:00
format Support AES256 at-rest encryption in Files 2016-06-16 08:08:56 -07:00
garbagecollector Endpoint+controller for a remarkup image proxy 2016-09-23 10:28:24 -04:00
iconset Convert all calls to 'IconFont' to just 'Icon' 2016-01-27 20:59:27 -08:00
keyring Support AES256 at-rest encryption in Files 2016-06-16 08:08:56 -07:00
lipsum Make bin/lipsum generate hanldle generator keys and arguments more clearly 2017-02-27 09:09:28 -08:00
mail phtize all the things 2015-05-22 21:16:39 +10:00
management Add a "--copy" flag to "bin/files migrate" 2016-09-06 13:53:59 -07:00
markup Add download link to embedded files 2017-01-03 10:50:26 -08:00
phid Mark PhabricatorPHIDType::getPHIDTypeApplicationClass() as abstract 2015-11-03 06:47:12 +11:00
query Reduce application search engine results list for Dashboards 2017-02-22 12:42:43 -08:00
storage Remove empty implementations of describeAutomaticCapabilities() 2016-11-09 15:24:22 -08:00
transform Add a Picture Menu Item for Profiles 2017-02-02 08:52:38 -08:00
typeahead Add a basic icon typeahead 2017-02-03 09:19:29 -08:00
uploadsource Support pushing data into Git LFS 2016-03-18 09:36:34 -07:00
view Allow users to drop .ics files on calendar views to import them 2016-10-18 15:26:44 -07:00
PhabricatorImageTransformer.php Extend from Phobject 2015-06-15 18:02:27 +10:00