| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Core sessionheartbeatconfig
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
When session_keepalive is true (default) the heartbeat will be send as
often as the half of the session timeout value.
|
|\ \
| |/
|/| |
Fixed unit test scripts + coverage
|
| |
| |
| |
| |
| | |
Note that it doesn't work 100% like the PHP functions so the tests
have TODO comments to fix those core functions eventually.
|
| |
| |
| |
| |
| | |
Tried to add more apps (others break).
"preprocessors" is now populated automatically based on the tested apps.
|
|\ \
| | |
| | | |
Sharing fixfiledownloadlink
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Refactored download URL building to make it overridable
- Added download URL override in public page
- Added JS unit tests for download URL
- Added OC.redirect() method to facilitate unit testing
|
| |/
| |
| |
| |
| | |
Makes it possible to create query strings by passing a JavaScript hash
map and automatically encodes the keys and values.
|
|\ \
| |/
|/| |
add expire date to link share if possible
|
| | |
|
|\ \
| |/
|/| |
Added Javascript unit tests
|
| |
| |
| |
| |
| |
| |
| | |
- added karma utility to run jasmine unit tests
- added Sinon library (for stubs/mocks/fakeserver)
- added a few unit tests for core and files
- added autotest-js.sh script
|
|\ \
| | |
| | | |
Added SVG fallback to apps settings popup
|
| | |
| | |
| | | |
As suggested by @PVince81 : https://github.com/owncloud/core/pull/6721#issuecomment-32289922
|
| | |
| | |
| | |
| | | |
This fix issue of calendar app with IE8, see issue report for details:
https://github.com/owncloud/calendar/issues/291
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* uses zxcvbn
* outsourced to separate jquery plugin
* async loading
* hide strength meter if input is empty
* feedback if user enters weakest password
* fade in and out
* show tipsy with strength
* Opera 12, IE8-10, FF 23, Chromium 29
|
|/
|
|
|
|
|
| |
- Refactored file tr lookup into FileList.findFileEl that uses
filterAttr to avoid escaping issues in jQuery selectors
- Fixed versions and sharing app to properly escape file names in
attributes
|
|\
| |
| | |
No decimal points for Kilobyte and Byte #5371.
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Added plural translation fallback
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Some apps might not define the same "nplural" value.
To avoid conflicts, the plural function is now generated per app.
Fixes #6427
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
owncloud/trash_always_show_deleted_files_breadcrumb
always show 'Deleted Files' breadcrumb
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
On the update page, config.js was missing which caused oc_webroot to not
be available. That would trigger the faulty oc_webroot fallback that
didn't take URLs like "/owncloud/index.php/files/apps" into account.
This fix adds config.js in the update page and also a fix for the
oc_webroot fallback, in case it is used elsewhere.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
This reverts commit f12363d90b31e03a9f2e95911dda54af728a2df6, reversing
changes made to eba35d28cd974507f9e81e15430d3d33dbbd9973.
|
| | |
|
| | |
|
|/
|
|
| |
fixes #6064
|
| |
|
|
|
|
| |
Fixes #5841
|
|\
| |
| | |
Append file etag to preview URLs
|
| |
| |
| |
| | |
Fixes #5534
|
| |
| |
| |
| |
| |
| | |
If the user scrolls or the window is resized, the formerly cached offset
was wrong. This fix makes sure the offset is re-read before showing the
input field.
|
| |
| |
| |
| |
| |
| | |
- Added tooltip with examples
- The quota value returned by the server is now displayed after update
- Fixes #5346
|
| |
| |
| |
| | |
already shared as link
|
|\ \
| |/
|/| |
Fix sharing error message - id -> file name
|
| | |
|
| |
| |
| |
| | |
get the data via complicated db queries
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
owncloud/prevent_user_from_creating_or_renaming_to_an_existing_filename
prevent user from creating or renaming sth. to an existing filename
|
| | | |
|
| |/
| |
| |
| |
| |
| |
| |
| | |
- show tooltip when violating naming constraints while typing
- when target filename exists on server fallback to dialog to interrupt the users flow because something unexpected went wrong
- fixes #5062
- also fixes some whitespace and codestyle issues in files js
- uses css selector over filterAttr in touched js files
|
|\ \
| | |
| | | |
Ie8 placeholdershim
|
| | |
| | |
| | |
| | | |
Added jquery.placeholder shim to handle input field placeholders in IE8/9
|
| |/
| |
| |
| |
| | |
This is to prevent conflicts with jquery libs that handle text
placeholders in IE8
|