Vincent Petry
ec1a73fab9
Added OC.L10N namespace with translation functions
Added addTranslations and fixed de.js file
Fixed de.js to use OC.L10N.register() and use to correct expected
format.
Added JS unit tests for OC.L10N class
Include translations JS script for all apps
11 years ago
Lukas Reschke
2d2a4741ce
Make files non executable
There is not much sense in having these files marked executable, we should avoid that.
11 years ago
kondou
729dffed5e
Load avatar in header via PHP
* fix #7484
* use UID, css, and div instead of span
12 years ago
Clark Tomlinson
ca5abe5744
Setting moment locale based on user selection
11 years ago
Thomas Müller
c8e8945efb
implement localizations based on punic
11 years ago
Craig Morrissey
446cebf492
adjust autocomplete behavior for sharing menu
11 years ago
Bjoern Schiessle
d18da08a1a
set password field placeholder back if passward was disabled
11 years ago
Bjoern Schiessle
94a9ff1cd8
make sure that the notification gets shown again after a second try
11 years ago
Vincent Petry
ca6f296ae0
Prevent monkey clicking on labels
Clicking on labels while the spinner is there will not trigger the
hidden checkbox any more.
11 years ago
Lukas Reschke
08287e2880
Add ID to markup to have the checkboxes in the right position
11 years ago
Vincent Petry
16cad5862a
Added spinners in share dropdown
Added spinners for the following actions:
- adding user
- removing user
- changing password
- toggling allowing upload
- setting a password
11 years ago
Vincent Petry
e65ceb08fc
Moved WebDAV and internet checks to client side JS
- Added setup checks in JavaScript
- Moved isWebDAVWorking to JS using SetupChecks
- Moved internet connection checks to an ajax call that goes through the
server
12 years ago
Thomas Müller
bb18fe1384
send browsers timezone back tp the server on login
11 years ago
Robin McCorkell
99d41bec5d
Show original path information in trashbin and sharing views
Path will only be shown if in subdirectory, not in root.
11 years ago
Vincent Petry
412da87e65
Move select2 from files_external to core
11 years ago
kondou
69f2c0544e
Refresh if maintenance mode is over
Using status.php for this.
I modified status.php to also show, whether we're in maintenance.
Checks every 20 seconds if maintenance is over, if yes: reload.
13 years ago
Lukas Reschke
e3c99a8505
Add beforeeach and aftereach
11 years ago
Lukas Reschke
cabd70148f
Add unittest for filePath
11 years ago
Jörn Friedrich Dreyer
d12a74e299
allow . in dbname on web install
11 years ago
kondou
2a4c51389c
Use a route instead of s.php and convert tokens asap
11 years ago
kondou
0f2ad9862e
Initial work on shorter links
12 years ago
Robin Appelman
d0266c0bf8
Use public api for getting l10n
11 years ago
Vincent Petry
8fdcbce200
Include momentjs for unit tests
11 years ago
Clark Tomlinson
ba0e65753b
Init vars with a value if none is provided
11 years ago
Clark Tomlinson
92685acf60
Implementing moment.js
Updating Usages
Removing unused method
Adding JS Doc
11 years ago
Georg Ehrke
f82b788ba5
add moment.js
11 years ago
Vincent Petry
98d06094e7
Fix share dropdown when links are not allowed
When links are not allowed, the email field does not exist and
autocomplete returns null. This causes Javascript errors.
The fix prevents entering the bogus block when links aren't allowed, as
it doesn't make sense to enter it in such cases anyway.
11 years ago
Vincent Petry
607ea636be
Fixed folder icon update routine when share owner exists
Whenever a folder has a "data-share-owner" attribute, the icon is now
properly updated to a shared folder icon.
11 years ago
Vincent Petry
3c7fbbef22
Do not close container/slider when clicking on single select field
11 years ago
Thomas Müller
561f5d2d45
Adding handlebars.js
11 years ago
Arthur Schiwon
4220e0c7da
it does not affect gravity on planet earth, but only for tipsy
11 years ago
Arthur Schiwon
288b6d4071
make singleselect check for gravity wish, and make it south for default quota
11 years ago
Vincent Petry
997653fd09
Replaced spaces with tabs in apps.js
11 years ago
Vincent Petry
e1a47683ef
Trigger events when app-settings visibility changes
11 years ago
Bjoern Schiessle
54b5cecfb8
remove 'no people found' entry
11 years ago
Vincent Petry
f2001a48a4
Fixed sort algo for additional cases
11 years ago
Vincent Petry
173059f6d0
Fixed file list sorting
Now using a natural sort algorithm that is more consistent between JS
and PHP (although not perfect in some corner cases)
- added OC.Util.naturalSortComparator that uses the same algo that was
used for the user list
- changed user list and files list to use OC.Util.naturalSortComparator
- removed toLowerCase() and changed the comparator to use
String.localeCompare()
- added unit tests
- added OC_NaturalSort that is used by OCP\Util::naturalSortCompare()
12 years ago
Bjoern Schiessle
76ab097ee2
update unit test, min date should be always today + 1
11 years ago
Bjoern Schiessle
55a17a2b23
set minDate always to today + one day
11 years ago
Tom Needham
93ba64a69f
Use human readable relative date for oc-dialog-filepickers
11 years ago
Bjoern Schiessle
41cca70a63
don't display share permission if resharing was disabled by the admin
11 years ago
Jan-Christoph Borchardt
79305a0476
also fix filepicker for smaller screen sizes
11 years ago
Jan-Christoph Borchardt
a6484fbda9
fix yellow notification style
11 years ago
Matthias Rieber
764e695cb6
use the minimum of configured session_livetime and session.gc_maxlifetime for session hearbeat interval calculation
12 years ago
Vincent Petry
4fea521102
Fix enforced share expiration date to be based on share time
12 years ago
Robin Appelman
e7e5333b12
Remove special case for css in OC.filePath
11 years ago
Thomas Müller
7159d6118e
reduce share action text to the user name only
12 years ago
Robin Appelman
6962505095
debounce the search function
12 years ago
Vincent Petry
71fe5d672e
Fixed dialogs styling, reversed buttons
Default dialog button is now on the right, other one on the left.
12 years ago
Morris Jobke
ae8e27cc42
fix loading spinner on ctrl click a app entry- fixes #9063
12 years ago