This website requires JavaScript.
b6d8d0f250
found problem with unit test of baseUri function, makes code much simpler
El RIDO
2017-03-06 19:48:07 +0100
fb99d5bb93
Merge branch 'master' into jsrefactor and fixing baseUri unit test
El RIDO
2017-03-05 12:11:55 +0100
823adb78ef
bumping required PHP to 5.4, removing unneccessary code, resolves #186
El RIDO
2017-03-05 11:22:24 +0100
db429d42d2
Merge branch 'nolsen42-master'
El RIDO
2017-03-05 11:11:06 +0100
bd32a73d21
remove Safari link on bootstrap template, too
El RIDO
2017-03-05 11:10:52 +0100
89f2a3701c
Merge branch 'master' of https://github.com/nolsen42/PrivateBin into nolsen42-master
El RIDO
2017-03-05 11:05:29 +0100
e7c22f701e
Merge branch 'tupaschoal-master'
El RIDO
2017-03-05 11:02:43 +0100
23b09d601d
credited Tulio for the portuguese translation, updated SRI hashes
El RIDO
2017-03-05 11:02:18 +0100
1bcd0f7de5
Merge branch 'master' of https://github.com/tupaschoal/PrivateBin into tupaschoal-master
El RIDO
2017-03-05 10:55:39 +0100
d358271451
making unit tests work with spans
El RIDO
2017-03-02 19:44:43 +0100
84ae15e6ad
Safari isn't available on Windows anymore
Nathaniel Olsen
2017-03-01 12:41:50 -0600
85aa072234
compromise: using spans, but with a class to give them a meaning
El RIDO
2017-02-28 20:11:57 +0100
e65a089cde
Merge branch 'Ahuahuachi-patch-1'
rugk
2017-02-28 20:01:50 +0100
83085ef4ae
Update es.jason - syntax correction
Alfredo Fabián Altamirano Tena
2017-02-28 12:57:39 -0600
131e08ca33
made phpUnit and most mocha tests work again, had to remove some injected objects and added a helper method to facilitate a cache reset for the unit tests. Page template is still broken and the JS test for baseUri() fails
El RIDO
2017-02-25 09:35:55 +0100
e880f7924c
Merge branch 'master' into jsrefactor
El RIDO
2017-02-25 07:30:44 +0100
db307c3a77
updated test cases and delete logic to properly implement documented API, thanks @r4sas #188
El RIDO
2017-02-22 21:42:14 +0100
c45e79142e
Add missing translations
Túlio Leão
2017-02-18 08:51:20 -0200
601aa5e3dc
🐛 Fix typo
rugk
2017-02-17 22:59:16 +0100
c033775779
Cleanup
rugk
2017-02-17 22:46:18 +0100
52d1be1b54
Fix https://github.com/PrivateBin/PrivateBin/issues/187
rugk
2017-02-17 22:26:39 +0100
b0876ea0e0
🐛 Fix error not appearing below comment
rugk
2017-02-17 21:48:21 +0100
da094e2853
make it work(6): discussion/comments
rugk
2017-02-17 20:46:10 +0100
e59b58308d
Add Portuguese Translation file
Túlio Leão
2017-02-16 00:57:01 -0200
7be5206920
makeit work(5): pase cloning & raw button
rugk
2017-02-15 22:59:55 +0100
a652ab5896
make it work(4): display encrypted pastes
rugk
2017-02-14 22:21:55 +0100
b9737d368d
Update conf.ini.sample
thororm
2017-02-13 22:57:09 +0100
31e66131b7
make it work(3): allow paste submission
rugk
2017-02-13 21:12:00 +0100
4cb0ce5114
Removed self from cspheader Refactored some variable names
thororm
2017-02-13 20:37:57 +0100
f33d702f3d
make it work(2): buttons & preview working
rugk
2017-02-13 11:35:04 +0100
8a07a0b157
make it work(1): paste input can be shown
rugk
2017-02-12 21:13:04 +0100
dd6e426da7
first round of refactoring
rugk
2017-02-12 18:08:08 +0100
eedb05111a
added test for getCookie function, documenting its limitation of not finding cookies with empty identifier
El RIDO
2017-02-12 17:11:21 +0100
faf596aeb7
Added preview for - Video (HTML5) - Audio (HTML5) - PDF (Browser capabilities) attachment. Added drag & drop functionality Added attachment preview to preview before submitting
thororm
2017-02-12 15:35:37 +0100
b1396a249d
ensuring that in the JS sprintf tests no replacable patterns occur in the pre- & postfix of the test string
El RIDO
2017-02-12 15:30:11 +0100
1457b5ec6a
ensuring tests will work with PHP 5.4, the currently oldest supported version
El RIDO
2017-02-12 15:16:29 +0100
0c5148a790
updating tested PHP versions in travis CI configuration
El RIDO
2017-02-12 15:03:08 +0100
0a6fd87b4c
simplify travis CI configuration
El RIDO
2017-02-12 15:02:29 +0100
7163ac40b5
trying harder to convince travis CI to use node.js 4
El RIDO
2017-02-12 14:57:20 +0100
9d246d4abd
trying to convince travis CI to use node.js 4 or later
El RIDO
2017-02-12 14:50:06 +0100
ccac5d373b
working on integrating mocha into travis CI
El RIDO
2017-02-12 14:30:41 +0100
b9c05b06d0
added test for sprintf function, removing dead code and optimizing test cases
El RIDO
2017-02-11 19:34:51 +0100
dd721c651b
Update SRI hashes
rugk
2017-02-11 16:19:59 +0100
b00bcd1352
added test for urls2links function, fixing bug - asterisk is allowed in URLs query string
El RIDO
2017-02-11 16:02:24 +0100
b992bcc732
added test for setMessage function, fixing bug for elements with only one child
El RIDO
2017-02-11 10:40:34 +0100
61a59911b8
added test for setElementText function
El RIDO
2017-02-11 09:56:56 +0100
3ab489e92d
added test for selectText function, but discovered that this can't be tested at the moment without a browser, due to jsdom lacking getSelect support
El RIDO
2017-02-11 09:09:47 +0100
52f1fb143e
Revert "JS: tried namespaces"
rugk
2017-02-08 20:12:22 +0100
e84cfc58a1
JS: tried namespaces
rugk
2017-02-08 20:11:04 +0100
b01a28d580
remove some more this, slightly change comments
rugk
2017-02-08 14:15:58 +0100
4e86da8f72
Remove proxy
rugk
2017-02-08 13:54:37 +0100
2ebcf60516
Use revealing module pattern
rugk
2017-02-08 13:20:51 +0100
0091607618
📝 Simplify isue & PR template
rugk
2017-02-08 09:29:31 +0100
5130d9e2f3
New state for "only new button"
rugk
2017-02-06 22:39:45 +0100
5ad02a3d1c
Use original reload function for manual paste open link
rugk
2017-02-06 20:39:52 +0100
e483d60eed
Merge branch 'historyupdate'
rugk
2017-02-06 20:25:35 +0100
4cb0374e11
readding accidentally removed line of #173
El RIDO
2017-02-06 20:16:03 +0100
63b0b050c3
Merge branch 'r4sas-patch-1'
El RIDO
2017-02-06 19:57:09 +0100
2ca2309fc4
Merge branch 'patch-1' of https://github.com/r4sas/PrivateBin into r4sas-patch-1
El RIDO
2017-02-06 19:55:07 +0100
27c4d6c2cc
Merge branch 'historyupdate'
El RIDO
2017-02-06 19:37:11 +0100
0af8bd73ad
Update ru.json
R4SAS
2017-02-06 20:42:37 +0300
86cd5e1c15
Use existing reload function
rugk
2017-02-05 22:35:44 +0100
edb546de54
Add loading indicator
rugk
2017-02-05 22:09:46 +0100
5c603d0978
Improve comment
rugk
2017-02-05 21:35:28 +0100
c96dd0836b
Make link clickable again
rugk
2017-02-05 21:22:09 +0100
366b61c32d
adding document title in new history state
El RIDO
2017-02-05 18:53:57 +0100
f699ca6cd4
writing tests for htmlEntities function
El RIDO
2017-02-05 18:46:24 +0100
67f71f4dd6
writing tests for pageKey function, fixing always added padding bug
El RIDO
2017-02-05 18:03:42 +0100
a97b94640e
writing test for pasteId function
El RIDO
2017-02-05 16:58:58 +0100
80f7baa604
writing test for scriptLocation function, fixing non-removed query separator bug
El RIDO
2017-02-05 16:45:11 +0100
5442af6e20
slight JS refactoring
El RIDO
2017-02-05 14:47:03 +0100
ca51a80803
Update the history when a paste is created
rugk
2017-02-01 19:24:56 +0100
afdfcba304
Merge branch 'master' of https://github.com/PrivateBin/PrivateBin
rugk
2017-02-01 18:35:04 +0100
e9b10f9e2d
Add CSP sandbox
rugk
2017-02-01 18:34:13 +0100
920f02e43d
fixing composer package versions, thanks @jelhan (#84 )
El RIDO
2017-01-30 20:36:38 +0100
4bbfd5045e
ensure that JS is *really* only initialized after the DOM is fully loaded, resolves #166
El RIDO
2017-01-30 20:29:04 +0100
368aa2305b
removing unused pieces of code (legacy?), resolves #165
El RIDO
2017-01-29 16:19:12 +0100
b76a73aa06
upgrading showdown
El RIDO
2017-01-29 16:17:56 +0100
339ab5e380
ignoring composer.lock, so it isn't accidentally checked in (again)
El RIDO
2017-01-29 15:11:04 +0100
f1df27f46c
allowing for parameter strings starting with &
El RIDO
2017-01-29 15:09:57 +0100
177c9d7114
Merge branch 'js-unit-testing'
El RIDO
2017-01-29 14:50:31 +0100
cae5a71151
fix missing class renaming
El RIDO
2017-01-29 14:48:56 +0100
efcfb80129
Merge branch 'master' of github.com:PrivateBin/PrivateBin
El RIDO
2017-01-29 14:39:34 +0100
d678f5dada
fixing inconsistency found in unit test
El RIDO
2017-01-29 14:32:55 +0100
fdef8bc5be
starting to work on JSVerify & Mocha based unit tests for our JS code base
El RIDO
2017-01-29 14:31:44 +0100
065f5e53b3
Remove composer-lock from .gitignore
rugk
2017-01-26 16:40:33 +0100
4a7a3ab76d
Merge branch 'nolsen42-master'
El RIDO
2017-01-24 19:28:18 +0100
abaf8e96a6
updated page template
El RIDO
2017-01-24 19:27:35 +0100
81fd971777
fix exports missing in SOURCES list
Nils Kenneweg
2016-09-10 12:34:50 +0200
a005b1128b
Updated showdown
Nathaniel Olsen
2017-01-23 22:49:03 -0600
47e4478e17
Updated sjcl, bootstrap, and the hashes
Nathaniel Olsen
2017-01-23 22:42:05 -0600
c5f7c1a3c9
Progress on updating bootstrap
Nathaniel Olsen
2017-01-23 22:24:24 -0600
8029c2819f
implementing JS module pattern to expose functions for unit testing
El RIDO
2017-01-22 10:42:11 +0100
5f09264625
fixing documentation inconsitencies found by Scrutinizer CI
El RIDO
2017-01-14 16:13:22 +0100
151005e6b8
imported changes from the wiki by @Based-Skid and @rugk
El RIDO
2017-01-14 15:32:14 +0100
db2778c64f
introduced JSDoc: changes for JSDoc compatibility and resolving inconsistencies in documentation, both semantic and in the logic
El RIDO
2017-01-14 15:29:12 +0100
b06dfa2f07
Merge pull request #162 from idarlund/patch-3
rugk
2017-01-11 15:53:54 +0100
6c523b31aa
Update no.json
idarlund
2017-01-11 15:22:16 +0100
9acb121e67
Update no.json
idarlund
2017-01-11 15:19:40 +0100
d6fd2b0e89
updated norwegian translation to new translation file convention
El RIDO
2017-01-10 20:43:49 +0100