aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* post signaturesfriendica2013-10-0210-63/+146
|
* Merge https://github.com/friendica/red into zpullfriendica2013-10-021-0/+91
|\
| * Merge pull request #164 from tobiasd/README_translatefriendica2013-10-021-0/+91
| |\ | | | | | | Readme translate
| | * Update README.translate.mdtobiasd2013-10-021-30/+24
| | | | | | | | | some fixes for the markdown syntax
| | * adopted README.translate from friendicaTobias Diekershoff2013-10-021-0/+97
| | |
* | | that would've messed it upfriendica2013-10-021-1/+1
|/ /
* | directory sync typofriendica2013-10-021-1/+1
| |
* | block forgeriesfriendica2013-10-023-5/+20
| |
* | Merge https://github.com/friendica/red into zpullfriendica2013-10-013-7607/+6591
|\|
| * Merge pull request #163 from tobiasd/initial_german_translationtobiasd2013-10-012-7605/+6589
| |\ | | | | | | DE: Initial Red translation
| | * DE: Initial Red translationTobias Diekershoff2013-10-022-7605/+6589
| | |
| * | Slightly modify reshares so they can be themed as a whole.Thomas Willingham2013-10-021-2/+2
| | |
* | | in probe diagnostic - note https failure as diagnostic info - this also ↵friendica2013-10-012-5/+12
|/ / | | | | | | 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).
* | Merge https://github.com/friendica/red into zpullfriendica2013-10-011-4/+4
|\ \
| * | Four little typosThomas Willingham2013-10-021-4/+4
| | |
* | | That's way too wide for the sidebarfriendica2013-10-011-1/+1
|/ /
* | add the auto form submit even though it doesn't seem to work. Will debug it ↵friendica2013-10-011-1/+1
| | | | | | | | later.
* | Saved searches on the matrix/network page just got a lot more interesting. ↵friendica2013-10-013-38/+44
| | | | | | | | Hint: it's all about autocomplete
* | search_ac is really whacked - help it out a bit, but much more to dofriendica2013-10-011-17/+17
| |
* | doc linksfriendica2013-10-011-4/+4
| |
* | add republish to quick privacy settings (settings page)friendica2013-10-011-0/+4
| |
* | Merge pull request #162 from beardy-unixer/masterfriendica2013-10-015-318/+117
|\ \ | | | | | | Do PCSS properly
| * | Do PCSS properlyThomas Willingham2013-10-015-318/+117
| | |
| * | revert thatThomas Willingham2013-10-011-1/+1
| | |
| * | Merge remote-tracking branch 'upstream/master'Thomas Willingham2013-10-01156-1468/+4026
| |\ \ | |/ / |/| |
* | | rev updatefriendica2013-10-011-1/+1
| | |
* | | Merge pull request #161 from zzottel/masterfriendica2013-10-012-1/+6
|\ \ \ | |_|/ |/| | Add possibility to use a block in a channel menu (set channel_menublock to ...
| * | Add possibility to use a block a channel menu (set channel_menublock to the ↵zottel2013-10-012-1/+6
|/ / | | | | | | | | | | lowercase title of the block without special chars) Fix comanche_block() SQL
* | add link to channel source management in settings if channel_sources feature ↵friendica2013-09-301-0/+9
| | | | | | | | is enabled
* | implement republish permission for use in sourced channelsfriendica2013-09-308-38/+68
| |
* | small fixesfriendica2013-09-302-3/+12
| |
* | directory sync - this will either work, or it won't work, or it will ↵friendica2013-09-308-74/+225
| | | | | | | | | | | | | | | | | | 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)friendica2013-09-302-2/+3
| |
* | Merge pull request #160 from oohlaf/fixesfriendica2013-09-301-5/+0
|\ \ | | | | | | ret_secret is not used
| * | ret_secret is not usedOlaf Conradi2013-09-301-5/+0
|/ /
* | there's our directory sync packet (aka transaction log). Now we just have to ↵friendica2013-09-291-4/+14
| | | | | | | | pass them around and act on them.
* | clean up the default page definition - get rid of right_aside which is illegalfriendica2013-09-293-7/+8
| |
* | log any attempt to call mod_magicfriendica2013-09-291-0/+2
| |
* | RSS feeds as channel sources. It's feasible and within reach, however ↵friendica2013-09-291-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 workfriendica2013-09-292-1/+3
| |
* | sources management pagefriendica2013-09-296-0/+205
| |
* | Ugh, typoThomas Willingham2013-09-291-1/+1
| |
* | Add kdevelop files to .gitignoreThomas Willingham2013-09-291-1/+4
| |
* | Missing includeThomas Willingham2013-09-291-1/+1
| |
* | TypoThomas Willingham2013-09-291-1/+1
| |
* | Issue #117Thomas Willingham2013-09-292-10/+18
| |
* | Merge https://github.com/friendica/red into zpullfriendica2013-09-292-3/+2
|\ \
| * | Prevent toolbar overlapping comanche nav links.Thomas Willingham2013-09-281-1/+0
| | |
| * | Fix Comanche menusThomas Willingham2013-09-281-2/+2
| | |
* | | Issue #158friendica2013-09-294-6/+13
|/ /