Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change default affinity (abook_closeness) to 80 for all new connections ↵ | friendica | 2015-03-08 | 4 | -4/+22 |
| | | | | going forward (was 99). This way it can be adjusted down later without requiring you to change all your existing connections upward (since your existing connections are likely all sitting at 99 at the moment). The default setting is also configurable with a pconfig system.new_abook_closeness | ||||
* | add reddress to profile - but all is not as it seems. Copy to clipboard is ↵ | friendica | 2015-03-07 | 3 | -6/+9 |
| | | | | blocked because it isn't really a reddress and won't work if you copy it and try and use it somewhere. We should really convert the symbol back to '@' on copy and allow it to be copied, but this isn't as easy as it sounds and is left as an exercise for the community. If we just allow it to be copied we'll get a lot of bugs that making friends doesn't work. It does, but that isn't a legitimate reddress and even if we made allowances for it, Diaspora and Friendica and other webfinger based services wouldn't and would just say it can't be found or it's an illegal address. So if we block copy we'll just get bugs that it can't be copied. Eventually somebody will see this checkin and take it on themselves to figure out how to fix the address when copied to clipboard and then allow it to be copied. And there will be joy. | ||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-07 | 2 | -4/+0 |
|\ | |||||
| * | hopefully fix #919 | Mario Vavti | 2015-03-07 | 2 | -4/+0 |
| | | |||||
* | | directory: fix public forum listing | friendica | 2015-03-07 | 2 | -4/+6 |
|/ | |||||
* | when fixing "naked links" make sure not to double link double urls as seen ↵ | friendica | 2015-03-06 | 2 | -2/+2 |
| | | | | in archive.org - which has the complete unescaped target url, scheme and all, as part of its own. | ||||
* | remove unused var | Mario Vavti | 2015-03-06 | 1 | -2/+0 |
| | |||||
* | add more css files | Mario Vavti | 2015-03-06 | 7 | -9/+39 |
| | |||||
* | if we have not got a schema also look for default.css | Mario Vavti | 2015-03-06 | 1 | -8/+12 |
| | |||||
* | create schema/dark.css and create a sample | Mario Vavti | 2015-03-06 | 5 | -8/+17 |
| | |||||
* | narrow navbar fixes | Mario Vavti | 2015-03-06 | 1 | -27/+58 |
| | |||||
* | add ability to use css files with schemes | Mario Vavti | 2015-03-06 | 1 | -1/+9 |
| | |||||
* | reverse smilie storage also | friendica | 2015-03-06 | 3 | -595/+2501 |
| | |||||
* | major cleanup of directory options | friendica | 2015-03-05 | 5 | -53/+42 |
| | |||||
* | make alpahabetic searches start with A | friendica | 2015-03-05 | 1 | -5/+36 |
| | |||||
* | reverse the logic of "don't show emoticons" setting which seems awkward | friendica | 2015-03-05 | 1 | -1/+1 |
| | |||||
* | straighten out some directory stuff, which required some Comanche structural ↵ | friendica | 2015-03-05 | 7 | -39/+106 |
| | | | | changes | ||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-05 | 1 | -1/+2 |
|\ | |||||
| * | Merge pull request #918 from dawnbreak/master | RedMatrix | 2015-03-06 | 1 | -1/+2 |
| |\ | | | | | | | RedDAV: fix renaming files. | ||||
| | * | RedDAV: fix renaming files. | Klaus | 2015-03-06 | 1 | -1/+2 |
| | | | | | | | | | | | | How can no one have spot this bug yet?!? Is no one using WebDAV? Took me 2 days to figure out it was not my RedDAV rewrite, but that this should have never worked. :-! | ||||
* | | | make destructive queue management functions an expert option | friendica | 2015-03-05 | 2 | -2/+5 |
|/ / | |||||
* | | should be -ne | friendica | 2015-03-05 | 3 | -3/+4 |
| | | |||||
* | | whitespace and minor restructuring | Mario Vavti | 2015-03-05 | 2 | -87/+82 |
| | | |||||
* | | only show theme settings if we have any themes | Mario Vavti | 2015-03-05 | 1 | -0/+2 |
| | | |||||
* | | update theme screenshot | Mario Vavti | 2015-03-05 | 1 | -0/+0 |
| | | |||||
* | | restructure display settings | Mario Vavti | 2015-03-05 | 6 | -88/+131 |
| | | |||||
* | | can not use element id more than once | Mario Vavti | 2015-03-05 | 1 | -1/+1 |
| | | |||||
* | | fix theme preview image css | Mario Vavti | 2015-03-05 | 2 | -2/+2 |
| | | |||||
* | | only allow theme selection forms if there are any themes to select | Mario Vavti | 2015-03-05 | 2 | -3/+6 |
| | | |||||
* | | fix theme preview disappearing | Mario Vavti | 2015-03-05 | 1 | -1/+1 |
| | | |||||
* | | more yes/no labels | Mario Vavti | 2015-03-05 | 3 | -13/+10 |
| | | |||||
* | | missed removing a test case | friendica | 2015-03-04 | 1 | -1/+1 |
| | | |||||
* | | 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 |
| | | |