summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-17Added config option to enable or disable file uploads with notices.Robin Millette
2009-06-17Make oohembed endpoint configurable.Robin Millette
2009-06-17Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Robin Millette
into 0.8.x
2009-06-17Fixed recent attachment bug that required URLs to be posted twice to be ↵Robin Millette
taken into account.
2009-06-17correct arguments for ProfileListEvan Prodromou
2009-06-17Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-06-17Updated input submit for making a user admin of a groupSarven Capadisli
2009-06-17Updated markup yes/no form actions to be consistent with the rest of the siteSarven Capadisli
2009-06-17Removed NoticeHover from JavaScript for speed gain. Using CSS insteadSarven Capadisli
to handle the notice hover state. The difference is only seen in the conversation page.
2009-06-16names for Notice_inbox source valuesEvan Prodromou
2009-06-16names for Notice is_local statesEvan Prodromou
2009-06-16typos in README; dependenciesEvan Prodromou
2009-06-16Moved url handling to its proper place, from newnotice to Notice.phpRobin Millette
2009-06-16Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Robin Millette
into 0.8.x
2009-06-16Removed more dead code.Robin Millette
2009-06-16Brought back borders for content, navigation, aside_primary butSarven Capadisli
applied transparent colour instead, hence not visible. This way, other laconica instances make use of the border if they change only the colour.
2009-06-16Minor margin value changeSarven Capadisli
2009-06-16More contrast for tabsSarven Capadisli
2009-06-16UI updates:Sarven Capadisli
Added box-shadow to local views, input focus, content Removed borders from local views, content, aside_primary Some cleaning
2009-06-16Revert "Using neutral colour for notice hover"Sarven Capadisli
This reverts commit 5daa0e358f0a75261e3240820cd6bcf7a57504fc.
2009-06-16Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xSarven Capadisli
2009-06-16Using neutral colour for notice hoverSarven Capadisli
2009-06-15forgot to disinherit Memcached_DataObject in Status_networkEvan Prodromou
2009-06-15Add some basic memcached handling to status_networkEvan Prodromou
Status_network can't be a subclass of Memcached_DataObject -- the latter is too entrenched in Laconica's memc handling functions, which aren't loaded when Status_network is running! But the importance of caching these values can't be overstated. So, a considerably slimmed-down version of the Memcached_DataObject code is transcribed into Status_network.
2009-06-15a little better query handling in redirect codeEvan Prodromou
2009-06-15a little better query handling in redirect codeEvan Prodromou
2009-06-15forgot some functions aren't available at status timeEvan Prodromou
2009-06-15redirect on non-canonical server nameEvan Prodromou
2009-06-15don't show create-a-group link if not logged inEvan Prodromou
2009-06-15Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-06-15allow a configured base for cache keysEvan Prodromou
2009-06-15Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xZach Copley
2009-06-15Missing call to getProfile() caused verify_credentials to fail.Zach Copley
2009-06-15change mods for setup scriptEvan Prodromou
2009-06-15Script to set up new status networksEvan Prodromou
2009-06-15strncmp -> strcasecmpEvan Prodromou
2009-06-15Return network from network setup functionEvan Prodromou
Return the network from the network setup function. Also, special-case for when we get a server name the same as the wildcard.
2009-06-15Configurable avatar directoryEvan Prodromou
Avatar directory and path are configurable.
2009-06-15updates to Status_networkEvan Prodromou
2009-06-15makeadmin actionEvan Prodromou
2009-06-15make admins of groupsEvan Prodromou
2009-06-14show aliases when showing a groupEvan Prodromou
2009-06-14Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-06-14Merge branch 'groupalias' into 0.8.xEvan Prodromou
2009-06-14Link and distribute notices tagged for a group aliasEvan Prodromou
Correctly link and distribute notices tagged for a group alias. Added a helper function, getForNickname(), to User_group, to make it easier to get a group by its nickname or aliases.
2009-06-14Code for adding and saving group aliasesEvan Prodromou
Added code to add and save group aliases. Like tags, aliases are free-texted in to the group admin page. configurable max number of aliases, default is three.
2009-06-15Styles for group blockSarven Capadisli
2009-06-14add correct li for css magic for block stuffEvan Prodromou
2009-06-14Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-06-14typo in profileminilist classEvan Prodromou