Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | heavy lifting on admin security page | redmatrix | 2016-02-03 | 2 | -0/+3 |
| | |||||
* | admin security page for configuring white and black lists and other security ↵ | redmatrix | 2016-02-03 | 1 | -0/+29 |
| | | | | options. | ||||
* | some zcard cleanup - still eneds a lot more work | redmatrix | 2016-02-02 | 1 | -2/+87 |
| | |||||
* | Merge pull request #271 from wave72/master | Wave | 2016-02-02 | 2 | -1907/+1968 |
|\ | | | | | Updated Italian strings | ||||
| * | Updated Italian strings | Paolo Tacconi | 2016-02-02 | 2 | -1907/+1968 |
| | | |||||
* | | change aside width to reflect recent widget style changes | Mario Vavti | 2016-02-02 | 3 | -3/+6 |
| | | |||||
* | | minor tweaks | redmatrix | 2016-02-01 | 1 | -0/+3 |
| | | |||||
* | | adjust for folks that still have 175px profile photos | redmatrix | 2016-02-01 | 1 | -1/+1 |
| | | |||||
* | | missing template | redmatrix | 2016-02-01 | 1 | -0/+50 |
| | | |||||
* | | add photos to the profile "likes this" dropdowns | redmatrix | 2016-02-01 | 1 | -2/+2 |
| | | |||||
* | | es-es+nl strings and fixing css maintained schemas | jeroenpraat | 2016-01-30 | 9 | -1990/+2040 |
| | | |||||
* | | one more css fix | Mario Vavti | 2016-01-30 | 1 | -1/+1 |
| | | |||||
* | | css fixes | Mario Vavti | 2016-01-30 | 2 | -3/+17 |
| | | |||||
* | | fix a slight regression | Mario Vavti | 2016-01-30 | 1 | -1/+1 |
| | | |||||
* | | do not make a difference if there are images or not for now | Mario Vavti | 2016-01-30 | 1 | -3/+3 |
| | | |||||
* | | more on collapsing | Mario Vavti | 2016-01-30 | 1 | -53/+20 |
| | | |||||
* | | it is not perfect but it still may ease the collapsing of items above the ↵ | Mario Vavti | 2016-01-30 | 1 | -3/+47 |
| | | | | | | | | viewport a little... | ||||
* | | no trailing slash | Jeroen van Riet Paap | 2016-01-27 | 1 | -1/+1 |
| | | |||||
* | | lower caution level from danger to warning for ignore button | Mario Vavti | 2016-01-27 | 1 | -1/+1 |
| | | |||||
* | | provide an icon to make 'add privacy group' stand out from the list of ↵ | redmatrix | 2016-01-27 | 1 | -1/+1 |
| | | | | | | | | groups. Please revert if you think it's too messy. | ||||
* | | bring back the ability to ignore a pending connection request without ↵ | redmatrix | 2016-01-26 | 1 | -1/+4 |
| | | | | | | | | deleting it and without always having it in your face and without jumping through hoops. | ||||
* | | Linking new connection notification to pending connections (see Channel 1) ↵ | jeroenpraat | 2016-01-27 | 5 | -5/+13 |
| | | | | | | | | and improved email notifications about new connections. Could not find a way to do this also for the generic notifications. Added hub domain of channel address on the new channel page. A few people on my hub didn't understood. This example will make it more clear. Some minor bits. | ||||
* | | don't provide notification icons on manage page for delegated channels | redmatrix | 2016-01-24 | 1 | -1/+1 |
| | | |||||
* | | es-es+nl string update | jeroenpraat | 2016-01-24 | 4 | -3169/+3173 |
| | | |||||
* | | set the actual value of the password input field to a single space on remove ↵ | redmatrix | 2016-01-21 | 2 | -2/+2 |
| | | | | | | | | channel and remove account because firefox does not honour 'autocomplete="off"' and insists on filling in the password, which completely defeats the purpose of password protecting this function. We want to ensure it can only be executed by somebody who knows the password and not somebody who happens upon an unattended browser session. This space is annoying and must be removed to enter the password correctly but this appears to be the only way to provide the necessary safety for that page. Setting autocomplete to a random string as suggested by the firefox doco doesn't appear to do anything useful, as autocomplete is still performed. | ||||
* | | A few minor tweaks in schemas + link to login form in lostpass | jeroenpraat | 2016-01-21 | 5 | -1/+21 |
| | | |||||
* | | make contact block look widget alike | Mario Vavti | 2016-01-21 | 2 | -9/+4 |
| | | |||||
* | | css cleanup | Mario Vavti | 2016-01-21 | 2 | -32/+1 |
| | | |||||
* | | bootstrapify rating and connect buttons. position the connect button more ↵ | Mario Vavti | 2016-01-21 | 3 | -12/+13 |
| | | | | | | | | prominent right under the profile image | ||||
* | | db_type not present in international config file templates issue #259 | redmatrix | 2016-01-18 | 11 | -0/+11 |
| | | |||||
* | | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2016-01-17 | 4 | -1232/+1342 |
|\ \ | |||||
| * | | update es-es and nl strings. adjusted a few matrix to grid strings | jeroenpraat | 2016-01-17 | 4 | -1232/+1342 |
| | | | |||||
* | | | generalise the site icon | redmatrix | 2016-01-17 | 2 | -7/+7 |
|/ / | |||||
* | | move dir total ratings button to the left to prevent the connect button ↵ | Mario Vavti | 2016-01-16 | 1 | -2/+3 |
| | | | | | | | | beeing shifted on channels with ratings | ||||
* | | change button order for consistency | Mario Vavti | 2016-01-15 | 1 | -4/+5 |
| | | |||||
* | | provide a recent activity link in /connections | Mario Vavti | 2016-01-15 | 1 | -1/+1 |
| | | |||||
* | | add an approve button to /connections and get rid of the modal popup in ↵ | Mario Vavti | 2016-01-15 | 2 | -20/+8 |
| | | | | | | | | /connedit. for quick approval (default collection and perms etc.) we now can use the approve button in /connections else click the edit button and make changes and approval from /connedit. hope thats any better... | ||||
* | | provide more contact infos and update some protocol type definitions | Mario Vavti | 2016-01-15 | 1 | -0/+10 |
| | | |||||
* | | since the perms will be reset on approval better do not provide the perms ↵ | Mario Vavti | 2016-01-14 | 1 | -0/+2 |
| | | | | | | | | tool before we approved a connection | ||||
* | | provide some info about our contacts - status (archived, hidden, etc.), ↵ | Mario Vavti | 2016-01-14 | 4 | -6/+37 |
| | | | | | | | | public forum (like in directory) and show since when we are connected | ||||
* | | bring back opacity for archived contacts | Mario Vavti | 2016-01-14 | 1 | -0/+5 |
| | | |||||
* | | some work on connections | Mario Vavti | 2016-01-14 | 3 | -178/+56 |
| | | |||||
* | | some template work on follow widget | Mario Vavti | 2016-01-14 | 3 | -15/+9 |
| | | |||||
* | | more progress on cover photo cropping and storage | redmatrix | 2016-01-13 | 1 | -4/+4 |
| | | |||||
* | | some initial work on uploading and cropping cover photos | redmatrix | 2016-01-13 | 2 | -0/+81 |
| | | |||||
* | | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2016-01-13 | 1 | -1/+1 |
|\ \ | |||||
| * | | 20em is to big for mobile use | Mario Vavti | 2016-01-13 | 1 | -1/+1 |
| | | | |||||
* | | | more work on auto channel creation during register | redmatrix | 2016-01-13 | 3 | -0/+92 |
|/ / | |||||
* | | Merge https://github.com/redmatrix/hubzilla into pending_merge | redmatrix | 2016-01-11 | 2 | -7417/+7429 |
|\ \ | |||||
| * | | Merge pull request #253 from wave72/master | Wave | 2016-01-11 | 2 | -7417/+7429 |
| |\| | | | | | | | Italian strings updated |