aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* dispense with formalitiesfriendica2014-04-011-1/+1
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-04-011-3/+7
|\
| * Merge pull request #390 from beardy-unixer/masterRedMatrix2014-04-021-3/+7
| |\ | | | | | | Let admins set a default expire days value.
| | * Let admins set a default expire days value.Thomas Willingham2014-04-011-3/+7
| |/
* / save notes every ten seconds while focused, then save them once more on focusoutfriendica2014-04-013-5/+19
|/
* wrong var name in add_source_routefriendica2014-03-311-2/+2
|
* crank up loggingfriendica2014-03-311-0/+2
|
* community tags don't show up in the tagged posts because we removed the ↵friendica2014-03-312-0/+31
| | | | displayed list of hashtags at the bottom (which are usually redundant since hashtags are usually present in the message text). This brings them back, but only for tags which aren't currently present in the message body (e.g. community tags)
* Merge branch 'route'friendica2014-03-315-14/+57
|\
| * docofriendica2014-03-311-0/+5
| |
| * finish up the source route storage so we can prevent messages from flowing ↵friendica2014-03-314-30/+31
| | | | | | | | upstream in complicated delivery chains
| * source routing stufffriendica2014-03-292-0/+37
| |
* | this is a mess and makes a complicated security model that one can probably ↵friendica2014-03-312-5/+7
| | | | | | | | drive a truck through. It will have to be fixed. It does make youtubes work again.
* | photo timestamp was missing from main profile photo url which prevents photo ↵friendica2014-03-312-1/+9
| | | | | | | | changes from being immediately seen there.
* | issue #378, failure to correctly link tags where one tag contains a ↵friendica2014-03-302-1/+18
| | | | | | | | substring of the other (depends on the order they are discovered).
* | Merge https://github.com/friendica/red into pending_mergefriendica2014-03-305-7/+7
|\ \
| * \ Merge pull request #387 from beardy-unixer/masterRedMatrix2014-03-315-7/+7
| |\ \ | | | | | | | | Default discover to on
| | * | Missed oneThomas Willingham2014-03-301-1/+1
| | | |
| | * | Default discover to on.Thomas Willingham2014-03-305-7/+7
| | | |
* | | | notes widget: jquery.live is deprecated, replacing with jquery.on and ↵friendica2014-03-301-1/+1
|/ / / | | | | | | | | | binding to focusout, as the input and paste callbacks are a bit wasteful - they are presumably called on every character typed, yet some of these events have gone missing (probably due to having a lot of network calls in quick succession) so hopefully a single save of the workspace on focusout should be more reliable.
* / / revise the sandboxfriendica2014-03-303-3/+3
|/ /
* | typofriendica2014-03-291-1/+1
| |
* | issue #384friendica2014-03-291-28/+35
| |
* | make the discover tab enabled by default the first you use the admin panel, ↵friendica2014-03-291-1/+1
|/ | | | though it will be disabled until you use the admin panel.
* Merge pull request #385 from solstag/masterRedMatrix2014-03-305-12/+18
|\ | | | | Let the site admin choose whether to display the Discover tab.
| * Let the site admin choose whether to display the Discover tab.Alexandre Hannud Abdo2014-03-305-12/+18
|/
* check that aside actually exists before querying the html lengthfriendica2014-03-293-3/+3
|
* Merge https://github.com/friendica/red into zpullfriendica2014-03-281-1/+3
|\
| * Merge pull request #382 from git-marijus/masterRedMatrix2014-03-291-1/+3
| |\ | | | | | | provide some info to not local users
| | * provide some info to not local usersmarijus2014-03-281-1/+3
| |/
* / externals/discover: try up to 3 times to find a site that actually has ↵friendica2014-03-281-36/+41
|/ | | | content. Then give up until the next queue run.
* external -> discoverfriendica2014-03-281-1/+1
|
* another complication to deletionfriendica2014-03-281-3/+10
|
* fix delete missing permission checkfriendica2014-03-282-3/+8
|
* doc updatefriendica2014-03-2887-1829/+2251
|
* don't include standalone test sites in external host listfriendica2014-03-271-2/+3
|
* a few more delete fixesfriendica2014-03-271-3/+12
|
* try and sort out the item delete messfriendica2014-03-275-21/+88
|
* this should work a bit betterfriendica2014-03-271-3/+6
|
* change wording of new connection request notification settingfriendica2014-03-271-2/+2
|
* Merge https://github.com/friendica/red into zpullfriendica2014-03-271-1/+1
|\
| * typoThomas Willingham2014-03-281-1/+1
| |
* | new connection notificationfriendica2014-03-273-4/+13
|/
* firehose: provide system prefs to allow folks to fine tune to their needsfriendica2014-03-272-3/+16
|
* this will probably fix the uploaded photo permission issue, if not it should ↵friendica2014-03-271-2/+2
| | | | be close
* Merge https://github.com/friendica/red into zpullfriendica2014-03-273-0/+35
|\
| * more css fixesmarijus2014-03-271-1/+16
| |
| * css fixesmarijus2014-03-273-0/+20
| |
* | firehose fixes and optimisations. In particular get rid of the unresponsive ↵friendica2014-03-276-74/+82
|/ | | | script warning when trying to load updates (sine they aren't our posts, we can't check for unseen, hence we can't really load updates). Also make the url selection pluggable.
* add fh to other page templatesfriendica2014-03-273-0/+3
|