aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | New documentation for theme repo managementAndrew Manning2015-10-162-0/+14
| | | | |
* | | | | change setup defaults to 127.0.0.1 instead of localhost for DB server, add ↵redmatrix2015-10-162-4/+9
|/ / / / | | | | | | | | | | | | documentation to the INSTALL.txt explaining the choice.
* | | | Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2015-10-161-4/+1
|\ \ \ \
| * | | | this is all the info we needMario Vavti2015-10-161-4/+1
| |/ / /
* / / / another try at issue #89 - rotating photosredmatrix2015-10-163-1347/+1374
|/ / /
* | | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-10-150-0/+0
|\| | | | | | | | | | | | | | Conflicts: include/identity.php
| * | missed the xchan_mail_queryredmatrix2015-10-151-4/+2
| | |
* | | missing xchan_mail_queryredmatrix2015-10-151-0/+1
| | |
* | | mail sync debuggingredmatrix2015-10-152-12/+60
| | |
* | | mail sync/migrate continued; also abstract delivery loop to make it ↵redmatrix2015-10-159-95/+115
| | | | | | | | | | | | re-usable, change refresh_all to use delivery loop.
* | | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-10-155-8/+39
|\| | | | | | | | | | | | | | Conflicts: install/update.php
| * | dummy updateredmatrix2015-10-153-3/+7
| | |
* | | generate all (non-square) photo scales - even if the original photo is ↵redmatrix2015-10-154-61/+66
| | | | | | | | | | | | smaller than the scale target sizes.
* | | issue #89 - rotating photos does not workredmatrix2015-10-151-1/+2
| | |
* | | fix webpagesMario Vavti2015-10-151-1/+1
| | |
* | | really fix label nameMario Vavti2015-10-151-1/+6
| | |
* | | wrong logicMario Vavti2015-10-151-1/+1
| | |
* | | fix label nameMario Vavti2015-10-151-5/+2
| | |
* | | reflect default image size changes in mod/photosMario Vavti2015-10-151-3/+17
| | |
* | | do not try to remove photos twiceMario Vavti2015-10-151-0/+6
| | |
* | | (re)add default image-size 320px - it is good for gallery preview. this size ↵Mario Vavti2015-10-152-3/+12
| | | | | | | | | | | | has the suffix -3 now
* | | update conv_list.tplMario Vavti2015-10-151-19/+33
| | |
* | | double up default photo sizes - even the mos simple camera can now do images ↵Mario Vavti2015-10-153-8/+9
| | | | | | | | | | | | > 1024px
* | | if photo deleted from /cloud or /dav also delete from /photosMario Vavti2015-10-151-0/+5
| | |
* | | Merge branch 'master' of https://github.com/redmatrix/hubzillaMario Vavti2015-10-1513-31/+118
|\ \ \
| * \ \ Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2015-10-143-4/+4
| |\ \ \
| | * \ \ Merge pull request #88 from anaqreon/grid-appredmatrix2015-10-153-4/+4
| | |\ \ \ | | | | | | | | | | | | Replaced RedMatrix icon and label in app list
| | | * | | Replaced RedMatrix icon and label in app listAndrew Manning2015-10-143-4/+4
| | | | | |
| * | | | | change name of matrix appredmatrix2015-10-141-1/+1
| |/ / / /
| * | | | more mail sync workredmatrix2015-10-142-8/+7
| | | | |
| * | | | more work on import & sync of private mail and conversationsredmatrix2015-10-143-1/+78
| | | | |
| * | | | issue #87 - photos not getting deleted from mod_photo when deleted in DAV or ↵redmatrix2015-10-142-3/+14
| | | | | | | | | | | | | | | | | | | | cloud
| * | | | issue #86 - like/dislike in photos not workingredmatrix2015-10-144-14/+14
| | | | |
* | | | | updating the local item only does not make much sense in this caseMario Vavti2015-10-141-2/+1
| | | | |
* | | | | wrong variableMario Vavti2015-10-141-1/+1
| | | | |
* | | | | Merge branch 'master' of https://github.com/redmatrix/hubzillaMario Vavti2015-10-145-4196/+4174
|\| | | |
| * | | | issue #82 - args not defined (should be arr)redmatrix2015-10-141-1/+1
| | | | |
| * | | | Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2015-10-144-630/+656
| |\ \ \ \
| * | | | | port of mail encodingredmatrix2015-10-141-8/+8
| | | | | |
| * | | | | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-10-144-4195/+4173
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-10-141-4193/+4122
| | |\ \ \ \
| | | * | | | Regenerated messages.po.jeroenpraat2015-10-141-4193/+4122
| | | | | | |
| | * | | | | support for mail syncredmatrix2015-10-143-2/+51
| | |/ / / /
* | | | | | remove $item from $prep_arr - we probably do not need itMario Vavti2015-10-141-1/+1
| | | | | |
* | | | | | really check for large photos featureMario Vavti2015-10-142-2/+2
| | | | | |
* | | | | | allow photo-items to appear full width if large photos feature is enabled. ↵Mario Vavti2015-10-1412-153/+179
| |_|/ / / |/| | | | | | | | | | | | | | in prepare_body() split off mentions, tags, categories folders and attachments from body for easier theming. some other little fixes.
* | | | | Merge pull request #80 from git-marijus/masterredmatrix2015-10-142-3/+3
|\ \ \ \ \ | | | | | | | | | | | | fix /channel not updating after posting comment
| * | | | | fix photo visibility switch on photo uploadMario Vavti2015-10-131-2/+2
| | | | | |
| * | | | | fix /channel not updating after posting commentMario Vavti2015-10-131-1/+1
| | | | | |
* | | | | | Merge pull request #81 from tuscanhobbit/masterWave2015-10-142-627/+653
|\ \ \ \ \ \ | |_|/ / / / |/| | | | / | | |_|_|/ | |/| | | Italian strings updated