phab/src/applications/filesfeature/testing
phab/src/applications/files
feature/testing
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
78784aa1fe86 | epriestley | Group applications into groups on /applications/ | Oct 4 2012 | |||
270256d3363b | epriestley | Restore flavor text to applications | Oct 4 2012 | |||
49c45b10c037 | epriestley | Add a PhabricatorApplication for files | Oct 1 2012 | |||
92ff9c092b25 | epriestley | Move "Macros" to a first-class application | Oct 1 2012 | |||
8d0918885da2 | vrana | Check filename before reading file from cache | Sep 21 2012 | |||
8ff52c0b6ca1 | vrana | Set viewer for all handles loaded in controllers | Sep 5 2012 | |||
5f3dc3b7aecf | vrana | Make storage.mysql-engine.max-size independent on max_allowed_packet | Aug 28 2012 | |||
66a300768a62 | vrana | Redirect instead of 400 from file on wrong domain | Aug 24 2012 | |||
66cee129b652 | epriestley | Remove all code referencing old tab navigation | Aug 14 2012 | |||
29e176fe530f | Alan Huang | Preserve transparency in thumbnails | Aug 13 2012 | |||
3e15c3580daa | epriestley | Simplify build file from data-or-hash code | Jul 9 2012 | |||
3efa34ef4999 | Nikolajus | Fixing upload_max_filesize configuration directive | Jun 26 2012 | |||
c762050b7ce8 | vrana | Get rid of file_get_contents($uri) | Jun 19 2012 | |||
6cc196a2e557 | vrana | Move files in Phabricator one level up | Jun 1 2012 | |||
1ebf9186b48b | vrana | Depend on class autoloading | May 31 2012 | |||
09c8af4de065 | epriestley | Upgrade phabricator to libphutil v2 | May 30 2012 | |||
463cb116bd73 | epriestley | Minor, fix a documentation link (thanks, @ipalaus!). | May 22 2012 | |||
7b5f47b17d6e | epriestley | Enforce upload size limits and transport exceptions with appropriate response… | May 7 2012 | |||
87ff461470de | vrana | Add /F123 shortcut | May 4 2012 | |||
9b2ededd48b3 | epriestley | Document configuration of file upload limits | May 4 2012 | |||
07d850364794 | epriestley | Don't fatal on image macro list if a file has been deleted | Apr 28 2012 | |||
1f1c7a34b74d | vrana | Improve image macros | Apr 17 2012 | |||
62e41040f0bd | epriestley | Improve exception behavior for storage engine failures | Apr 9 2012 | |||
e4df9590642d | epriestley | Use Celerity to version all static resources | Apr 8 2012 | |||
c7b0daadb83c | vrana | Remove duplicate code in image transform | Apr 2 2012 | |||
99b03ffd476f | vrana | Prefer PNG for thumbnails of PNG | Mar 28 2012 | |||
4fba549a99f7 | vrana | Use PhabricatorEnv::newObjectFromConfig() wherever possible | Mar 21 2012 | |||
0a4cbdff5e59 | epriestley | Straighten out Diffusion file integration | Mar 20 2012 | |||
f0e9df1fda28 | epriestley | Improve UI hints and error messages for supported file types | Mar 14 2012 | |||
11cccb98c2be | epriestley | Add "final" to more classes | Mar 13 2012 | |||
b2890eeb0e6f | epriestley | Add "final" to all Phabricator "Controller" classes | Mar 10 2012 | |||
48ab6aa465ff | vrana | Display //no name// for files without name to make the link clickable | Feb 23 2012 | |||
6e48bfcb0a76 | epriestley | Use Filesystem::getMimeType() instead of `file` | Feb 15 2012 | |||
549146bc7cc4 | epriestley | Move ALL files to serve from the alternate file domain, not just files without… | Feb 14 2012 | |||
96c08a4f3779 | epriestley | Put file name in view URI, so downloading it with option-return creates a… | Jan 17 2012 | |||
b35ea500cced | epriestley | Allow files to be deleted | Jan 17 2012 | |||
82c0795e54d1 | epriestley | Unify logic for username validation | Jan 16 2012 | |||
025cc1376e38 | epriestley | Fix a fatal on the file info screen | Jan 16 2012 | |||
9ba4f24e9304 | vrana | Send 403 for admin pages without being admin | Jan 16 2012 | |||
84ea5c53e4e4 | Bob Trahan | Kill PhabricatorFileURI | Jan 11 2012 | |||
43430e154d3e | epriestley | Rough cut of Project profile improvements | Dec 21 2011 | |||
128b7584da02 | Bob Trahan | Files - kill tabs | Dec 15 2011 | |||
c724902ca9da | David Reuss/epriestley | Don't fail with no image macros | Oct 28 2011 | |||
0669abc5f0e1 | epriestley | Use a proper entropy source to generate file keys | Oct 23 2011 | |||
661f077bf700 | epriestley | Replace callsites to sha1() that use it to asciify entropy with Filesystem… | Oct 21 2011 | |||
a11053d0fa92 | Marek Sapota | Add possibility to upload a diff file instead of using copy-paste. | Oct 20 2011 | |||
ce8799176e8b | Jason Ge | Add author field to image macro display | Oct 5 2011 | |||
63e96703d808 | epriestley | Fix CSRF issue with image proxying | Sep 13 2011 | |||
6dc193d3d9fb | epriestley | Fully update library map. | Aug 18 2011 | |||
b291ad980726 | epriestley | Unguard thumbnail generation from CSRF. | Aug 17 2011 | |||
39b4d20ce528 | epriestley | Create AphrontWriteGuard, a backup mechanism for CSRF validation | Aug 16 2011 | |||
68c30e1a714a | epriestley | Provide a setting which forces all file views to be served from an alternate… | Aug 16 2011 | |||
355b753df70c | epriestley | Prevent file download without POST + CSRF | Aug 16 2011 | |||
3aa17c74436e | epriestley | Prevent CSRF uploads via /file/dropupload/ | Aug 16 2011 | |||
735847865c24 | epriestley | Improve error messages when hitting PHP file upload issues | Aug 16 2011 | |||
bd3a14f248b9 | epriestley | Add an Amazon S3 storage engine for Phabricator | Aug 3 2011 | |||
90cbf8459c33 | epriestley | Streamline Files interfaces | Jul 30 2011 | |||
eb23539141c9 | epriestley | Add a 'file.info' Conduit method | Jul 29 2011 | |||
2b7210260f10 | epriestley | Allow Phabricator storage engines to be extended and configured | Jul 22 2011 | |||
c33eecf438f6 | epriestley | Improve DarkConsole "Services" and "XHProf" plugins | Jul 11 2011 | |||
420235f9c4e1 | Ricky Elrod | Drag-drop file upload. | Jul 8 2011 | |||
e0e6ec9117d3 | epriestley | Allow affiliations to carry project ownership information; transform profile… | Jun 28 2011 | |||
74d57b0a428c | epriestley | Use phabricator_ time functions in more places | Jun 26 2011 | |||
f7060939330a | epriestley | Support thumbnailing non-image files and straighten out setup for 'gd' | Jun 13 2011 | |||
a63274289c89 | epriestley | Link macro thumbs and show an exact page count | Jun 3 2011 | |||
ce8a406424d4 | epriestley | Improve file preview in Maniphest | May 27 2011 | |||
109a202b6c77 | epriestley | Improve drag-and-drop uploader | May 27 2011 | |||
8af5bb117d0b | epriestley | Basic image thumbnailing | May 27 2011 | |||
9f65a5efb8b9 | epriestley | Drag-and-drop upload for Maniphest | May 22 2011 | |||
03ebbccbc99f | epriestley | Restore image proxying to Remarkup | May 4 2011 | |||
b75960c5783a | epriestley | Web editor/browser for image macros | May 4 2011 | |||
6229cdadd8d7 | epriestley | Improve web tools for viewing daemons | May 3 2011 | |||
59cd14bc61ab | epriestley | Add a pager to "Files" | May 2 2011 | |||
f7fe75f756dc | tuomaspelkonen | Image macros for Phabricator! | Apr 14 2011 | |||
22767b80af17 | epriestley | Make files coming out of the Files tool cacheable, since this improves… | Apr 11 2011 | |||
361ec78b0344 | epriestley | Add missing includes from XHPAST parse bug. | Apr 7 2011 | |||
9bc04fe03dfe | jungejason | Change hard-coded PHID types to constants. | Mar 3 2011 | |||
2f3d98b24bb8 | epriestley | Further OAuth modularization. | Feb 28 2011 | |||
21286a723eb6 | epriestley | Lint slop and some cleanup. | Feb 22 2011 | |||
17a4069f010f | epriestley | Security: tighten up the File tool against clowning around. | Feb 22 2011 | |||
759eec3a7723 | epriestley | Very rough cut of DarkConsole + XHProf | Feb 2 2011 | |||
e28c2e8899cf | epriestley | Profile image stuff | Feb 1 2011 | |||
29f7219a494e | epriestley | CSRF / Logout | Jan 31 2011 | |||
ccf7df6093e8 | epriestley | Authentication | Jan 27 2011 | |||
7bd616903511 | epriestley | PhabricatorObjectHandles | Jan 26 2011 | |||
a3df19976ffb | epriestley | DifferentialChangesetView | Jan 25 2011 | |||
0eac30d80d14 | epriestley | Phabricator file upload application. | Jan 23 2011 |
c4science · Help