Massimiliano Marini
8309738193
Update it.js
2014-10-05 12:13:28 +02:00
Sacha Greif
29495788e8
Merge pull request #454 from bengott/avatar-tweaks
...
Update to use bengott:avatar package for user avatars
2014-10-04 10:14:49 +09:00
Charlie DeTar
ed09d0ea7c
Fully abstract isAdmin
...
We're using a fork with a different definition of "isAdmin" (using
``meteor-roles`` rather than the boolean user.isAdmin). ``lib/user.js``
provides abstracted methods for reading admin state, which makes it very
easy to change our definition -- except that the abstractions weren't
used universally.
This commit finishes the job of using the abstractions, and adds a few
new parts to also allow abstracting setting and updating admin-ness:
- setAdmin: sets admin status directly on a user object.
- updateAdmin: executes a mongo update to set admin status.
- adminMongoQuery: the query parameter for admin-ness, for composing
user queries with other fields.
- notAdminMongoQuery: the query parameter for not-admin-ness.
2014-10-03 16:21:06 -06:00
Helmi
6189fa40c8
German translation (de.js)
...
Some notes: there should be an option to use more than 2 characters for translation. For german you would at least need de_formal and de_informal. I did the informal translation as i found it more useful for myself and i think for most users.
Also i decided to translate "Posts" into "Links" as generally this are links and "Posts" doesn't have a german word that is general enough to not translate more into "Articles" which definitely are not the right phrase to use.
Also i found some not yet translated features but as i translated based on the actual master and not on a release i guess this is a known Problem.
2014-10-03 15:01:18 +02:00
Ben Gott
bab24860d6
Update to use bengott:avatar package for all user avatars
2014-09-30 12:34:42 -05:00
Sacha Greif
f994b0de5e
Merge branch 'master' of github.com:TelescopeJS/Telescope
2014-09-30 15:53:44 +09:00
Sacha Greif
9c1e00ac95
Make no_rights and not_found templates customizable
2014-09-30 15:53:36 +09:00
Delgermurun
4fd7c444e5
use getPostsParameters on posts rss
2014-09-29 16:31:41 +08:00
Delgermurun
1aef145973
use STATUS_APPROVED constant on getPostsParameters
2014-09-29 16:24:47 +08:00
Delgermurun
b5edbdf08e
exclude future scheluded posts
2014-09-29 15:45:40 +08:00
Delgermurun
0ff3fc7dba
rename getParameters to getPostParameters
2014-09-29 15:42:35 +08:00
Sacha Greif
a898debf3f
version bump
2014-09-29 15:44:34 +09:00
Ben Gott
a3c7de767b
Add helpful comments to changes in getAvatarUrl function
2014-09-27 12:46:41 -05:00
Ben Gott
8357e45381
Modify getAvatarUrl function to use larger images for Twitter and Facebook
2014-09-27 12:30:40 -05:00
Sacha Greif
a02d5d4ea4
Merge pull request #433 from steffenstraetz/master
...
Fixed issue that user would always be redirected to "/" after sign up and enables validation.
2014-09-27 11:50:32 +09:00
shaialon
cf0bfa6ad4
Merge remote-tracking branch 'upstream/master'
2014-09-26 19:54:23 +03:00
shaialon
59f8f0411e
Add a default
...
Add a default and check for support of devicePixelRatio
2014-09-26 19:40:31 +03:00
Steffen Strätz
b602b5e6bd
Added validation for username length and password length in sign up form
2014-09-26 17:21:16 +02:00
Steffen Strätz
f8581be695
Added validation for username length and password length in sign up form
2014-09-26 17:19:18 +02:00
Steffen Strätz
466c4673ee
Fixed redirect issue that user would always be redirected to "/" after sign up
2014-09-26 11:27:39 +02:00
Sacha Greif
2eccd9f8ad
updating history
2014-09-26 11:32:03 +09:00
Sacha Greif
0e6338ec7b
Merge pull request #429 from shaialon/master
...
Retinize gravatar image size
2014-09-26 11:31:11 +09:00
shaialon
b4a811a506
Retinize gravatar image size
...
Fix gravatars pixelation in retina displays an zoomed in browsers
2014-09-25 22:02:33 +03:00
Sacha Greif
7b3153d805
Merge branch 'at-integration' of github.com:splendido/Telescope into splendido-at-integration
...
Conflicts:
.meteor/packages
2014-09-25 09:14:50 +09:00
Luca Mussi
efe9e5d38b
Merge remote-tracking branch 'telescope/master' into at-integration
2014-09-24 07:37:08 +02:00
Luca Mussi
933ec7d6f9
removed confirm password ad validation rules
2014-09-24 07:35:10 +02:00
Sacha Greif
ed58e3e066
Merge branch 'master' of github.com:TelescopeJS/Telescope
2014-09-24 14:19:44 +09:00
Sacha Greif
00cbf02582
Only subscribe to "allUsersAdmin" on post edit page
2014-09-24 14:19:34 +09:00
Connie
7e352adfaa
fix #401
2014-09-23 19:08:49 +00:00
Sacha Greif
7b194e4cc3
Merge pull request #377 from niklasdstrom/publication-validation
...
Publication validation
2014-09-23 11:22:06 +09:00
Luca Mussi
acf9ddf33b
Merge remote-tracking branch 'telescope/master' into at-integration
...
Conflicts:
.meteor/packages
2014-09-20 16:30:11 +02:00
Luca Mussi
59e4cdaa8e
better at configuration
2014-09-20 14:21:56 +02:00
Luca Mussi
4d19ee9498
better at configuration
2014-09-20 12:52:14 +02:00
Sacha Greif
ae3664fde6
Merge branch 'master' of github.com:TelescopeJS/Telescope
2014-09-20 11:08:00 +09:00
Sacha Greif
0f00fad160
sending user, post, and comment count back to server when phoning home
2014-09-20 10:55:41 +09:00
Sacha Greif
1cced6d818
Merge pull request #416 from spifd/fix-concurrent-updownvotes
...
Fixes #415 : prevent invalid up/downvotes when concurrent requests
2014-09-20 08:14:30 +09:00
Fabrice Delhoste
9bd8517e8a
Prevent invalid up/downvotes when concurrent requests
...
Do not update up/downvotes counters server-side when up/downvoters have
been modified in the meantime. Ex: concurrent upvote and cancelUpvote
HTTP requests at once, when the user clicks button several times in a
row.
2014-09-19 21:47:58 +02:00
Jeremy Shimko
d1c85559c5
swap order of subtract() args due to deprecation
2014-09-18 16:30:52 -04:00
Luca Mussi
64018cbf42
added italian locales
2014-09-18 22:16:46 +02:00
Luca Mussi
98fc658545
custom template for atForm
2014-09-18 20:37:49 +02:00
Luca Mussi
962ab54851
logout route
2014-09-18 18:17:31 +02:00
Luca Mussi
043df6613c
first tests
2014-09-18 11:00:12 +02:00
Mitchell Wulfman
6fc6b9eb78
cleanup while getting familiar with the codebase
2014-09-16 15:18:27 -04:00
Mitchell Wulfman
8250f52450
cache jQuery objects
2014-09-16 15:13:42 -04:00
Sacha Greif
b7ceff4481
Merge pull request #402 from dburles/incoming
...
use UI.dynamic for incoming posts template
2014-09-16 14:30:41 +09:00
David Burles
f1c47acde4
use UI.dynamic for incoming posts template
2014-09-16 15:29:11 +10:00
Sacha Greif
99b07d0172
Merge branch 'dburles-incoming'
2014-09-16 14:06:04 +09:00
Sacha Greif
cec0dd5a43
Merge branch 'alert'
...
Conflicts:
.meteor/versions
2014-09-16 09:13:24 +09:00
David Burles
d54bd804e4
added incoming posts notification button
2014-09-15 12:42:17 +10:00
Sacha Greif
70026cfbce
Working on update-prompt package
2014-09-13 13:52:29 +09:00