Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | the link icon on comments now calls the link parsing tool (just like the ↵ | friendica | 2015-03-04 | 5 | -2/+39 |
| | | | | main editor window). Eventually the link specific icons (image, link, audio, video) will all be handled by inserting a link using the link icon (here and in the main editor window) and the separate buttons will go away. We also need to tie this to oembed so that there's one place to insert a link - no matter what kind of link it is, and we'll try to find the best way to render that as content. Similarly upload will upload content, no matter what kind of content; and we'll likewise try and figure out the best way to present whatever content was uploaded (img, file, audio, video, whatever). | ||||
* | Deprecate the "wall uploads" photo album. Photo uploads (from any source) ↵ | friendica | 2015-03-04 | 2 | -3/+2 |
| | | | | with no album specified will go now into an album based on YYYY-MM. | ||||
* | missing comma | friendica | 2015-03-04 | 1 | -1/+1 |
| | |||||
* | don't re-use $x | friendica | 2015-03-04 | 1 | -2/+2 |
| | |||||
* | add queue priority | friendica | 2015-03-04 | 5 | -3/+34 |
| | |||||
* | parse_url: if url returns an image/audio/video file instead of a webpage, ↵ | friendica | 2015-03-04 | 2 | -0/+35 |
| | | | | return the bbcode for the appropriate content type. This results in two web fetches of the url in question, but the first one is just a HEAD. This way we won't try and download and parse an entire video. TODO: img's are checked to see if they should be zid-ified, but audio/video currently are not. | ||||
* | add repo pointers | friendica | 2015-03-04 | 1 | -0/+9 |
| | |||||
* | Merge pull request #917 from dawnbreak/docu | RedMatrix | 2015-03-05 | 1481 | -173508/+66 |
|\ | | | | | remove Doxygen API Documentation from repository. | ||||
| * | remove Doxygen API Documentation from repository. | Klaus Weidenbach | 2015-03-04 | 1481 | -173508/+66 |
| | | | | | | | | | | | | | | This removes around 14MB and can get easily generate locally by doxygen util/Doxyfile when needed. Restructured .gitignore a bit and some additions like zotshrc, etc. Fixed a typo in doc/main.bb | ||||
* | | cleanup mail buttons | friendica | 2015-03-04 | 3 | -9/+5 |
| | | |||||
* | | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-04 | 1 | -3/+3 |
|\ \ | |||||
| * | | more on/off switch colour adjustment | Mario Vavti | 2015-03-04 | 1 | -1/+1 |
| | | | |||||
| * | | make on/off switches work better with schemes | Mario Vavti | 2015-03-04 | 1 | -2/+2 |
| | | | |||||
* | | | remove broken sql query from early queue manager. | friendica | 2015-03-04 | 1 | -3/+0 |
|/ / | |||||
* / | missed a couple | friendica | 2015-03-04 | 1 | -0/+2 |
|/ | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-04 | 5 | -45/+55 |
|\ | |||||
| * | Merge branch 'master' of https://github.com/friendica/red | Mario Vavti | 2015-03-04 | 2 | -1/+9 |
| |\ | |||||
| * | | cleanup removeaccount | Mario Vavti | 2015-03-04 | 2 | -22/+22 |
| | | | |||||
| * | | cleanup removeme | Mario Vavti | 2015-03-04 | 3 | -23/+33 |
| | | | |||||
* | | | provide a list of potential addons and what they do for members who can't ↵ | friendica | 2015-03-04 | 2 | -2/+59 |
| |/ |/| | | | | | | | | | see the descriptions on the admin/plugins page Not all of these are in red-addons repository, please add any that haven't been listed. We should probably provide a list of addon repositories at the end. | ||||
* | | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-04 | 3 | -6/+5 |
|\| | |||||
| * | fix wording | Mario Vavti | 2015-03-04 | 3 | -6/+5 |
| | | |||||
* | | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-04 | 4 | -49/+51 |
|\| | |||||
| * | clean up account settings | Mario Vavti | 2015-03-04 | 2 | -29/+20 |
| | | |||||
| * | Accordionize feature settings | Mario Vavti | 2015-03-04 | 2 | -20/+31 |
| | | |||||
* | | notes on what's needed to fix the queueing algorithms. | friendica | 2015-03-04 | 2 | -1/+9 |
|/ | |||||
* | add the tag hijacking preference to Diaspora settings | friendica | 2015-03-03 | 3 | -4/+17 |
| | |||||
* | enable sql_extra on pdl_selector | friendica | 2015-03-03 | 1 | -2/+2 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-03 | 7 | -175/+174 |
|\ | |||||
| * | Merge pull request #916 from dawnbreak/docu | RedMatrix | 2015-03-04 | 7 | -175/+174 |
| |\ | | | | | | | Some cleanups and documentation. | ||||
| | * | Some cleanups and documentation. | Klaus Weidenbach | 2015-03-04 | 7 | -175/+174 |
| | | | | | | | | | | | | | | | | | | | | | Fixed some wrong variable names. Initialized some variables before using them. Removed some checks for STATUSNET_PRIVACY_COMPATIBILITY in include/security.php as it does not seem to be defined anywhere. | ||||
* | | | I'm going to use the site_update timestamp to indicate whenever we ↵ | friendica | 2015-03-03 | 1 | -0/+15 |
| | | | | | | | | | | | | successfully connect with a site. This way we can mark hubs dead on non-directory servers; but we have to wait before implementing this until we have a history of site_update being updated. | ||||
* | | | don't let a zot-finger bring a dead hub back to life unless it's the site ↵ | friendica | 2015-03-03 | 1 | -5/+7 |
|/ / | | | | | | | we're currently talking to. | ||||
* | | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-03 | 4 | -23/+17 |
|\ \ | |||||
| * | | yes switch to bootstrap blue again (same as link colour in default light ↵ | jeroenpraat | 2015-03-03 | 1 | -1/+1 |
| |/ | | | | | | | redbasic schema). using link_colour for yes switch didnt work on dark schemas (displayes as white on white). | ||||
| * | revert login max-width | Mario Vavti | 2015-03-03 | 1 | -1/+1 |
| | | |||||
| * | login adjustment | Mario Vavti | 2015-03-03 | 3 | -19/+9 |
| | | |||||
| * | typo | Mario Vavti | 2015-03-03 | 1 | -1/+1 |
| | | |||||
| * | make remove channel button work again | Mario Vavti | 2015-03-03 | 2 | -4/+8 |
| | | |||||
* | | group/collection edit page cleanup | friendica | 2015-03-03 | 4 | -7/+6 |
|/ | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-02 | 3 | -90/+34 |
|\ | |||||
| * | Merge branch 'master' of https://github.com/friendica/red | Mario Vavti | 2015-03-02 | 3 | -13/+13 |
| |\ | |||||
| * | | some more work on settings | Mario Vavti | 2015-03-02 | 3 | -90/+34 |
| | | | |||||
* | | | automated warning after a few days if poller is dead | friendica | 2015-03-02 | 3 | -0/+63 |
| |/ |/| | |||||
* | | tagcloud tweaks | friendica | 2015-03-02 | 3 | -13/+13 |
|/ | |||||
* | Merge pull request #915 from zzottel/master | RedMatrix | 2015-03-02 | 1 | -3/+2 |
|\ | | | | | make public delivery to contacts or any connections work again | ||||
| * | make public delivery to contacts or any connections work again | zottel | 2015-03-02 | 1 | -3/+2 |
| | | | | | | | | $hash wasn't defined in this case | ||||
* | | Merge pull request #914 from tuscanhobbit/dev | Paolo T | 2015-03-02 | 2 | -3373/+3472 |
|\ \ | |/ |/| | Updated Italian strings | ||||
| * | Updated Italian strings | Paolo Tacconi | 2015-03-02 | 2 | -3373/+3472 |
| | | |||||
* | | increase the dynamic range of the tag clouds slightly. | friendica | 2015-03-01 | 1 | -1/+1 |
| | |