| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Message clean-up
|
| |
| |
| | |
Changed *"won't work"* to "will not work" (as proposed by @DeepDiver1975).
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
*Changes:*
* "… is not yet properly setup" in line 24 is changed to " … is not yet set up properly" (better word order and space in the middle of "set up", as it is a participle of the verb "to set up").
* "internet" is corrected to "Internet" with a capitalized "I" in lines 54 and 59.
* Also in line 54: "3rd party" is changed to "third-party" to for a more coherent spelling across the different ownCloud components.
* "… apps don´t work" is corrected to "… apps won't work" (with a proper (and hopefully correctly escaped) (apostrophe)[http://en.wikipedia.org/wiki/Apostrophe#Typographic_form] instead of the (acute accent)[http://en.wikipedia.org/wiki/Acute_accent]).
* Still in line 54: The negation is corrected from "… might also not work" to "… might not work, either".
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Encode requesttoken
|
| | |
| | |
| | |
| | | |
One cannot make any assumptions about the requesttoken content. Thus we need to encode it.
|
|\ \ \
| | | |
| | | | |
Add loadfeedback
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This function is often used in a wrong and potential dangerous way... Thus we should escape the URL per default and offer developers to disable the automatic escaping via an option parameter if they really want that behaviour.
Might break some things, however, those things are then easy to fix and we really have a ton of bugs caused by this...
Fixes https://github.com/owncloud/core/issues/14228
|
|\ \ \ \
| |_|/ /
|/| | | |
Avatars in share dialog
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Still not correct but it is a small step
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | | |
generate valid human readable text for 0
|
| | |/
| |/| |
|
|/ /
| |
| |
| | |
Makes my IDE happier.
|
| | |
|
|\ \
| | |
| | | |
Move search to core/search
|
| | | |
|
|/ /
| |
| |
| |
| |
| | |
During upgrade, the config settings aren't always available due to
base.php changes. This fix makes the update info page read the product
name and version from the update template, which already had them.
|
| |
| |
| |
| |
| | |
The actual share permissions sent to the server on reshare are now based
on possiblePermissions + permissions inherited from parent share
|
| |
| |
| |
| |
| |
| |
| |
| | |
* options for timeout in seconds and if it contains HTML
* if timeout is 0 it will show the message permanently
* removes the notification after a given (default: 5 seconds) timeframe
* based on work by @brantje
* provide JS unit tests for notifications
|
|\ \
| | |
| | | |
Auto escape t placeholders
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* add disableEscape parameter to disable this functionality
* drop usage of escapeHTML() that is now done inside t()
* add unit test for escaped and not escaped placeholder
* proper JSDoc
|
| | | |
|
| | |
| | |
| | |
| | | |
use js plugin mechanism
|
| | | |
|
| | | |
|
|/ /
| |
| |
| | |
width for results
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Beside some small improvements and bug fixes this will probably the final state for OC8.
To test this you need to set up two ownCloud instances. Let's say:
URL: myPC/firstOwnCloud user: user1
URL: myPC/secondOwnCloud user: user2
Now user1 can share a file with user2 by entering the username and the URL to the second ownCloud to the share-drop-down, in this case "user2@myPC/secondOwnCloud".
The next time user2 login he will get a notification that he received a server-to-server share with the option to accept/decline it. If he accept it the share will be mounted. In both cases a event will be send back to user1 and add a notification to the activity stream that the share was accepted/declined.
If user1 decides to unshare the file again from user2 the share will automatically be removed from the second ownCloud server and user2 will see a notification in his activity stream that user1@myPC/firstOwnCloud has unshared the file/folder from him.
|
|\ \
| | |
| | | |
Wording fixes for sharing dialog
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Wave accessibility compliance
|
| | | | |
|
| |/ / |
|
|/ / |
|
|\ \
| | |
| | | |
Add favorites to files app
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
introduce inApps[] filter for search via ajax query
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
up in files app only
use more flexible return type
check array with !empty instead of count
|
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | | |
Move file thumbnail element into the label tag
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Simple Plugin system for Javascript
|