Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more icon tweaks - this could be going on for some time; try to get icon ↵ | friendica | 2013-10-10 | 2 | -5/+5 |
| | | | | code (and all theme stuff) out of main code and into templates, but on the short term provide both so nothing breaks. | ||||
* | more icon conversions - savedsearch listings need more work. The drop icon ↵ | friendica | 2013-10-09 | 1 | -1/+1 |
| | | | | should be hidden unless the entry is being hovered. | ||||
* | delete icons | friendica | 2013-10-09 | 1 | -1/+1 |
| | |||||
* | more redbasic icon work | friendica | 2013-10-09 | 1 | -2/+2 |
| | |||||
* | pimp up the searchbar a little and hoping it is the right way to do | marijus | 2013-10-09 | 1 | -1/+1 |
| | | | | it | ||||
* | nav icons | friendica | 2013-10-09 | 1 | -9/+9 |
| | |||||
* | move verified indicator | friendica | 2013-10-08 | 2 | -8/+4 |
| | |||||
* | replace a bunch of graphic icons with vector icons | friendica | 2013-10-08 | 4 | -33/+35 |
| | |||||
* | First visit http://fontawesome.io/cheatsheet/, then it's your turn. Please ↵ | friendica | 2013-10-08 | 1 | -1/+1 |
| | | | | don't leave this for me to fix, because you'll hate it. There are a few icons we'll have to map to something appropriate - such as "matrix"; though there are some interesting options - and you can always dip into unicode if you don't find something appropriate here; though I would suggest that *if* you do this to create an icon-xyz class wrapper to the HTML "i" tag so that it's handled exactly the same. | ||||
* | post signatures | friendica | 2013-10-02 | 1 | -0/+2 |
| | |||||
* | remove the "Similar Interests" link until somebody makes it work | friendica | 2013-09-29 | 1 | -0/+2 |
| | |||||
* | sources management page | friendica | 2013-09-29 | 3 | -0/+52 |
| | |||||
* | Issue #117 | Thomas Willingham | 2013-09-29 | 1 | -0/+7 |
| | |||||
* | Actually, lets add a content wrapper while we're in there. | Thomas Willingham | 2013-09-27 | 1 | -0/+2 |
| | |||||
* | Issue #131 | Thomas Willingham | 2013-09-27 | 1 | -0/+2 |
| | |||||
* | Minor theme stuff - make the pages toolbar a toolbar, get rid of a naughty ↵ | Thomas Willingham | 2013-09-27 | 1 | -1/+1 |
| | | | | center tag, and stop very long tags overlapping the directory. | ||||
* | added new smarty template admin_hubloc.tpl | Michael Meer | 2013-09-24 | 1 | -0/+22 |
| | |||||
* | adult channel setting | friendica | 2013-09-22 | 1 | -0/+1 |
| | |||||
* | Filestorage perms (no ACL), fix nav for browsers that can't handle PCSS, put ↵ | Thomas Willingham | 2013-09-18 | 1 | -0/+2 |
| | | | | content wrapper back now JS is fixed for features page. | ||||
* | extend admin page for hubloc / server key management | Michael Meer | 2013-09-17 | 1 | -0/+1 |
| | |||||
* | Content wrapper breaks feature settings. Get rid of it as a quick fix until ↵ | Thomas Willingham | 2013-09-16 | 1 | -3/+0 |
| | | | | I get a chance to work out why it works everywhere except there. | ||||
* | Upstream merge | Christian Vogeley | 2013-09-15 | 8 | -7/+29 |
|\ | |||||
| * | this might fix "find channels" but I can't test the keyword search until ↵ | friendica | 2013-09-14 | 1 | -1/+1 |
| | | | | | | | | this is running on a production site. | ||||
| * | Admin templates. | Thomas Willingham | 2013-09-10 | 6 | -6/+6 |
| | | |||||
| * | Quick and dirty file storage module. | Thomas Willingham | 2013-09-09 | 1 | -0/+22 |
| | | |||||
* | | Search by date | Christian Vogeley | 2013-09-15 | 1 | -1/+1 |
|/ | | | | Search by date (archive) works a bit now | ||||
* | Merge service class | Christian Vogeley | 2013-09-08 | 3 | -1/+9 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | //service class configure in .htconfig.php: $a->config['system']['default_service_class']='standard'; // this is the default service class that is attached to every new account $a->config['service_class']['standard'] = array('photo_upload_limit'=>20000000, // total photo storage limit per channel (here 20MB) 'total_identities' =>5, // number of channels an account can create 'total_items' =>2000, // number of top level posts a channel can create. Applies only to top level posts of the user, other posts and comments are unaffected 'total_pages' =>10, // number of pages a channel can create 'total_channels' =>500, // number of channels the user can add, other users can still add this channel, even if the limit is reached 'attach_upload_limit' =>20000000); // total attachment storage limit per channel (here 20MB) | ||||
| * | Service class | Christian Vogeley | 2013-09-08 | 3 | -1/+9 |
| | | | | | | | | identity, follow, photo upload, att upload | ||||
* | | More content wrappers. | Thomas Willingham | 2013-09-08 | 6 | -2/+12 |
| | | |||||
* | | filter by category fixes | Michael Johnston | 2013-09-06 | 1 | -1/+1 |
| | | |||||
* | | Fix new menu link. | Thomas Willingham | 2013-09-06 | 1 | -1/+1 |
| | | |||||
* | | Redbasic - optimise mail list. | Thomas Willingham | 2013-09-06 | 1 | -4/+4 |
| | | |||||
* | | make displaying the language selector configurable | friendica | 2013-09-03 | 1 | -1/+1 |
| | | |||||
* | | add a layout selector | friendica | 2013-09-02 | 1 | -0/+1 |
| | | |||||
* | | webpage content-type -- needs cleaning up and a security check once all the ↵ | friendica | 2013-09-02 | 1 | -0/+3 |
|/ | | | | important bits are in place. | ||||
* | Preparatory work for photo conversations (third time). Also take away unused ↵ | friendica | 2013-08-27 | 2 | -3/+6 |
| | | | | "post new activity" preferences until they actually do something. | ||||
* | get rid of ssl_policy - it's implicit in the site url | friendica | 2013-08-27 | 1 | -4/+4 |
| | |||||
* | Typo | Thomas Willingham | 2013-08-24 | 1 | -1/+1 |
| | |||||
* | Another one. | Thomas Willingham | 2013-08-24 | 1 | -0/+2 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' | Thomas Willingham | 2013-08-24 | 8 | -4/+73 |
|\ | |||||
| * | premium/restricted channel connections implemented, configure at ↵ | friendica | 2013-08-21 | 1 | -0/+23 |
| | | | | | | | | yoursite/channel/nickname - this basically redirects "follow" requests to a premium channel's sell page if it has one configured. You can still click through and create a connection request (introduction), but this provides a means for the channel owner to state their terms. If you don't abide by the terms, you will likely be blocked or the channel deleted. This facility is extensible in a number of ways. | ||||
| * | progress on generic sellpage - is not yet linked from existing connect ↵ | friendica | 2013-08-21 | 2 | -0/+12 |
| | | | | | | | | buttons and editing has not been completed | ||||
| * | email attachments (and fix email photos) | friendica | 2013-08-19 | 2 | -3/+32 |
| | | |||||
| * | issue #82, posted order not working - also doc update | friendica | 2013-08-17 | 1 | -0/+1 |
| | | |||||
| * | fix import from file | friendica | 2013-08-15 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #96 from beardy-unixer/master | friendica | 2013-08-14 | 2 | -4/+8 |
| |\ | | | | | | | Webpages | ||||
| * | | most of expire is now ported from friendica, but the protocol bits to push ↵ | friendica | 2013-08-14 | 1 | -0/+4 |
| | | | | | | | | | | | | out the delete notifications for the entire batch to all recipients of the original post are not complete and will take quite a bit more work. As a consequence, expire has been completely disabled until it is fully implmented since it could result in completely un-removable posts reminiscent of the infamous "Bonnie Nadri" incident at Diaspora which we do not wish to re-live. | ||||
* | | | Generic wrapper classes makes themeing loads easier | Thomas Willingham | 2013-08-24 | 6 | -14/+20 |
| |/ |/| | |||||
* | | More progress on pages - extend writepages widget, add pagelist widget | Thomas Willingham | 2013-08-14 | 1 | -4/+5 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' | Thomas Willingham | 2013-08-14 | 7 | -1/+97 |
|\| |