summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9683 from owncloud/fix_#8819_sortingVincent Petry2014-07-223-29/+58
|\ | | | | Fix #8819 sorting
| * Sorting triangles pointing up for ascending, down for descendingRemco Brenninkmeijer2014-07-211-2/+2
| |
| * Before I get spanked ;)Remco Brenninkmeijer2014-07-171-1/+1
| |
| * Adjusted tests for new default sortingRemco Brenninkmeijer2014-07-171-19/+32
| |
| * While busy cleaning, also removed extra entersRemco Brenninkmeijer2014-07-172-3/+0
| |
| * Corrected (Netbeans?) inserted spacesRemco Brenninkmeijer2014-07-172-17/+17
| |
| * Fixed comments from PVince81Remco Brenninkmeijer2014-07-161-6/+5
| |
| * Cleanup of unnecesary additionRemco Brenninkmeijer2014-07-161-1/+1
| |
| * Show sorting icons when hovering overRemco Brenninkmeijer2014-07-162-12/+27
| |
| * Changed default sorting except for names.Remco Brenninkmeijer2014-07-081-1/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-222-0/+5
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-212-1/+3
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-207-3/+40
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-198-10/+172
| |
* | Merge pull request #9720 from owncloud/sftp-stream-wrapper-new-connectionVincent Petry2014-07-181-3/+9
|\ \ | | | | | | Pass existing Net_SFTP object into Net_SFTP_Stream.
| * | Pass existing Net_SFTP object into Net_SFTP_Stream.Andreas Fischer2014-07-181-3/+9
| | |
* | | Merge pull request #9576 from owncloud/bcmath-checkblizzz2014-07-182-0/+35
|\ \ \ | |/ / |/| | LDAP Active Directory Primary Groups support depends on bcmath module
| * | make tests deal with missing bcmathArthur Schiwon2014-07-112-1/+30
| | |
| * | warn and continue gracefully if bcmath is not installedArthur Schiwon2014-07-101-0/+6
| | |
* | | Merge pull request #9718 from owncloud/sftp-early-loginblizzz2014-07-181-5/+5
|\ \ \ | | | | | | | | SFTP: login() must be called after getServerPublicHostKey().
| * | | login() must be called after getServerPublicHostKey().Andreas Fischer2014-07-121-5/+5
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-07-188-20/+86
| | | |
* | | | check that the file proxies are enabled after each testBjoern Schiessle2014-07-171-0/+2
| | | |
* | | | update keys recursively if a folder was movedBjoern Schiessle2014-07-172-26/+81
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-07-1767-83/+190
| | | |
* | | | Merge pull request #9653 from owncloud/fix-9590Vincent Petry2014-07-163-14/+27
|\ \ \ \ | | | | | | | | | | external storage table layout fixes
| * | | | fix CSS coding styleMorris Jobke2014-07-161-5/+6
| | | | |
| * | | | Fix #9590. Fix #9612.Stephane V2014-07-153-14/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For external storage with lots of parameter settings (>4), wrap the content of the cell to let a full view of the parameters. The rows of the table are now always visible until the end (the trash icon is accessible). (Note : A strange 3px margin forces me to add a class on the row added by javascript, to be able to align them with the rows rendered by the server.)
* | | | | Merge pull request #9662 from owncloud/enc_error_handling_masterBjörn Schießle2014-07-165-25/+74
|\ \ \ \ \ | | | | | | | | | | | | [encryption] improved error handling
| * | | | | introduce some encryption exceptions and catch additional error casesBjoern Schiessle2014-07-164-25/+73
| | | | | |
| * | | | | make sure that the crypt library is loadedBjoern Schiessle2014-07-161-0/+1
| | | | | |
* | | | | | Merge pull request #9647 from owncloud/files_external_multiuser_testsRobin McCorkell2014-07-161-0/+37
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add unit test for multi-user configuration loading
| * | | | | | Add unit test for multi-user configuration loadingRobin McCorkell2014-07-151-0/+37
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #9664 from owncloud/enc-removelegacytestsMorris Jobke2014-07-161-84/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | [OC8] Removed legacy encryption tests
| * | | | | | Removed legacy encryption testsVincent Petry2014-07-161-84/+0
| | |/ / / / | |/| | | |
* / | | | | Correctly return the owner display name for children of sharesVincent Petry2014-07-162-1/+20
|/ / / / /
* / / / / [tx-robot] updated from transifexJenkins for ownCloud2014-07-16116-53/+87
|/ / / /
* | | | Merge pull request #9639 from owncloud/prevent-irc-trolls-fro-using-thisicewind19912014-07-151-1/+1
|\ \ \ \ | | | | | | | | | | Add warning because there are people that enable this app because they think it's the WebDAV implementation of ownCloud
| * | | | Update info.xmlLukas Reschke2014-07-151-1/+1
| | | | |
* | | | | Merge pull request #8987 from owncloud/lastindexid-debugVincent Petry2014-07-151-6/+37
|\ \ \ \ \ | |/ / / / |/| | | | [DEBUG] Test case for debugging the last index ID bug from Doctrine/MySQL
| * | | | - Added test to trigger index id errorVincent Petry2014-07-141-6/+37
| | | | | | | | | | | | | | | | | | | | | | | | | - re-enable encryption migration tests - sqlite requires reconnect after schema changes
* | | | | throw exception if file is to large for trash binBjoern Schiessle2014-07-153-6/+46
| | | | |
* | | | | Merge pull request #9570 from PhilJung/masterblizzz2014-07-152-1/+153
|\ \ \ \ \ | | | | | | | | | | | | [Issue #9559] identifiers uid=xxx must be considered as user DN and not ...
| * | | | | File written by blizzzPhilippe Jung2014-07-141-0/+151
| | | | | |
| * | | | | [Issue #9559] identifiers uid=xxx must be considered as user DN and not as ↵Philippe Jung2014-07-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | owncloud users
* | | | | | Merge pull request #9596 from owncloud/fixing-9503-masterMorris Jobke2014-07-152-5/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | reduce share action text to the user name only
| * | | | | | reduce share action text to the user name onlyThomas Müller2014-07-142-5/+5
| | |/ / / / | |/| | | |
* / | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-07-1554-54/+62
|/ / / / /
* | | | | Merge pull request #9572 from owncloud/deleteunsharetooltipBjörn Schießle2014-07-145-5/+30
|\ \ \ \ \ | | | | | | | | | | | | mountType attribute + delete hint fix
| * | | | | Added mountType attribute and adapted Delete action textVincent Petry2014-07-145-5/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added mountType attribute for files/folder to indicated whether they are regular, external or shared. The client side then adapts the "Delete" action hint text based on this information. Only the mount roots must have the delete icon hint adapted. To make this detectable on the client side, the mountType can now be null, "shared", "shared-root", "external" or "external-root". This also gives room to icon customization on the client side.