Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update even if no change | friendica | 2013-10-14 | 1 | -0/+8 |
| | |||||
* | why do these have invalid id's? | friendica | 2013-10-14 | 2 | -2/+2 |
| | |||||
* | extra logging | friendica | 2013-10-14 | 2 | -2/+5 |
| | |||||
* | sync tweaks | friendica | 2013-10-14 | 1 | -1/+1 |
| | |||||
* | don't update old entries with no address | friendica | 2013-10-14 | 1 | -1/+1 |
| | |||||
* | sql wrong number of args | friendica | 2013-10-14 | 1 | -0/+1 |
| | |||||
* | sql typo in directory sync | friendica | 2013-10-14 | 1 | -1/+1 |
| | |||||
* | linkify post categories | friendica | 2013-10-14 | 1 | -1/+8 |
| | |||||
* | template and icons for categories and "file as" | friendica | 2013-10-14 | 1 | -46/+46 |
| | |||||
* | attachment icons revisited | friendica | 2013-10-13 | 1 | -28/+50 |
| | |||||
* | turn off endless scroll if we have no more content to load - currently for ↵ | friendica | 2013-10-13 | 1 | -0/+1 |
| | | | | mod_display, need to add to other content modules | ||||
* | directory sort links on sidebar | friendica | 2013-10-13 | 1 | -0/+11 |
| | |||||
* | provide config for preferred directory server | friendica | 2013-10-13 | 1 | -0/+3 |
| | |||||
* | preserve the source owner when creating a delivery fork so that we can ↵ | friendica | 2013-10-13 | 2 | -6/+31 |
| | | | | uplink back to them without any ambiguity. | ||||
* | fix alt_pager to work if item count is higher than page['itemspage'] (threads) | zottel | 2013-10-11 | 1 | -1/+1 |
| | |||||
* | more icon tweaks - this could be going on for some time; try to get icon ↵ | friendica | 2013-10-10 | 1 | -1/+1 |
| | | | | code (and all theme stuff) out of main code and into templates, but on the short term provide both so nothing breaks. | ||||
* | more redbasic icon work | friendica | 2013-10-09 | 1 | -4/+8 |
| | |||||
* | nav icons | friendica | 2013-10-09 | 1 | -2/+2 |
| | |||||
* | replace a bunch of graphic icons with vector icons | friendica | 2013-10-08 | 2 | -3/+3 |
| | |||||
* | The check for f*cked database (which otherwise sends out zillions of update ↵ | friendica | 2013-10-04 | 1 | -3/+3 |
| | | | | failed emails) interferes with install. So what else can we do about f*cked databases which open successfully but don't actually read/write data? It would of course be nice if we didn't have to deal with them, but apparently we do. For now we're not doing anything until I can figure out how to take the site offline when it happens without affecting install. | ||||
* | fix a bunch of post editing bugs - though this consolidates some disparate ↵ | friendica | 2013-10-04 | 1 | -23/+33 |
| | | | | code and may create some new bugs due to regression | ||||
* | bring back photo shadows (via theme settings) | friendica | 2013-10-02 | 1 | -1/+2 |
| | |||||
* | post signatures | friendica | 2013-10-02 | 4 | -46/+114 |
| | |||||
* | that would've messed it up | friendica | 2013-10-02 | 1 | -1/+1 |
| | |||||
* | directory sync typo | friendica | 2013-10-02 | 1 | -1/+1 |
| | |||||
* | block forgeries | friendica | 2013-10-02 | 2 | -4/+19 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-10-01 | 1 | -2/+2 |
|\ | |||||
| * | Slightly modify reshares so they can be themed as a whole. | Thomas Willingham | 2013-10-02 | 1 | -2/+2 |
| | | |||||
* | | in probe diagnostic - note https failure as diagnostic info - this also ↵ | friendica | 2013-10-01 | 1 | -3/+3 |
|/ | | | | changes zot_finger so you can tell it not to fallback. This could be useful in corporate environments that are off the grid or other high security situations (as much as anything could be considered high security which relies on SSL). | ||||
* | add the auto form submit even though it doesn't seem to work. Will debug it ↵ | friendica | 2013-10-01 | 1 | -1/+1 |
| | | | | later. | ||||
* | Add possibility to use a block a channel menu (set channel_menublock to the ↵ | zottel | 2013-10-01 | 1 | -1/+1 |
| | | | | | | lowercase title of the block without special chars) Fix comanche_block() SQL | ||||
* | implement republish permission for use in sourced channels | friendica | 2013-09-30 | 3 | -1/+14 |
| | |||||
* | directory sync - this will either work, or it won't work, or it will ↵ | friendica | 2013-09-30 | 4 | -64/+192 |
| | | | | | | | | | possibly recurse and blow up the matrix. Hard to say. Do you feel lucky? Well do ya' ... punk? Rule #1 - don't mess with anything unless it's blowing up the matrix. If it doesn't blow up the matrix, but doesn't work, just let it go and let's figure out what it is doing and what it isn't doing. The flow is as follows: Once a day go out to all the directory servers besides yourself and grab a list of updates. This happens in the poller. If we've never seen them before add them to the updates table. The poller also looks to see if we're a directory server and have updates that haven't yet been processed. It calls onedirsync.php to process each one. If we contact the channel to update and don't find anything (we're just doing a basic zot_finger), set a ud_last timestamp. If this is set we will only try once a day for seven days. Then we stop trying to update. This will probably cause a spike the first time through because you haven't seen any updates before, but we spread out the load over your delivery interval. | ||||
* | there's no $a in comanche_block() (zottel) | friendica | 2013-09-30 | 1 | -1/+2 |
| | |||||
* | ret_secret is not used | Olaf Conradi | 2013-09-30 | 1 | -5/+0 |
| | |||||
* | RSS feeds as channel sources. It's feasible and within reach, however ↵ | friendica | 2013-09-29 | 1 | -45/+35 |
| | | | | | | | | there's a lot of work left to do. How bad does anybody want it? Let's find out... | ||||
* | remove the "Similar Interests" link until somebody makes it work | friendica | 2013-09-29 | 1 | -1/+1 |
| | |||||
* | sources management page | friendica | 2013-09-29 | 1 | -0/+1 |
| | |||||
* | Typo | Thomas Willingham | 2013-09-29 | 1 | -1/+1 |
| | |||||
* | Issue #117 | Thomas Willingham | 2013-09-29 | 1 | -10/+11 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-09-29 | 1 | -2/+2 |
|\ | |||||
| * | Fix Comanche menus | Thomas Willingham | 2013-09-28 | 1 | -2/+2 |
| | | |||||
* | | Issue #158 | friendica | 2013-09-29 | 1 | -2/+2 |
|/ | |||||
* | close comment | friendica | 2013-09-28 | 2 | -1/+2 |
| | |||||
* | fix can_comment_on_post when viewing wall-to-wall | friendica | 2013-09-28 | 2 | -6/+20 |
| | |||||
* | convert to plaintext before matching words in body. Otherwise every post I ↵ | friendica | 2013-09-26 | 1 | -1/+5 |
| | | | | make with a link in it is going to match a test for zot. | ||||
* | aggregate channels | friendica | 2013-09-26 | 1 | -26/+86 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-09-26 | 2 | -2/+6 |
|\ | |||||
| * | Merge pull request #155 from oohlaf/fixes | Olaf Conradi | 2013-09-26 | 1 | -1/+5 |
| |\ | | | | | | | Explain why public comments are disabled and what needs to happen to enable them. | ||||
| | * | Add explanation why public comments are disabled. | Olaf Conradi | 2013-09-26 | 1 | -1/+5 |
| | | |